vgareg.h (b40ce4165d5eb3a5de1515245055350ae3dbab8e) | vgareg.h (07159f9c56de91cb7d7bd6b6a795eebfee78133e) |
---|---|
1/*- 2 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 73 unchanged lines hidden (view full) --- 82 struct thread *td); 83int vga_close(dev_t dev, vga_softc_t *sc, int flag, int mode, 84 struct thread *td); 85int vga_read(dev_t dev, vga_softc_t *sc, struct uio *uio, int flag); 86int vga_write(dev_t dev, vga_softc_t *sc, struct uio *uio, int flag); 87int vga_ioctl(dev_t dev, vga_softc_t *sc, u_long cmd, caddr_t arg, 88 int flag, struct thread *td); 89int vga_mmap(dev_t dev, vga_softc_t *sc, vm_offset_t offset, | 1/*- 2 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 73 unchanged lines hidden (view full) --- 82 struct thread *td); 83int vga_close(dev_t dev, vga_softc_t *sc, int flag, int mode, 84 struct thread *td); 85int vga_read(dev_t dev, vga_softc_t *sc, struct uio *uio, int flag); 86int vga_write(dev_t dev, vga_softc_t *sc, struct uio *uio, int flag); 87int vga_ioctl(dev_t dev, vga_softc_t *sc, u_long cmd, caddr_t arg, 88 int flag, struct thread *td); 89int vga_mmap(dev_t dev, vga_softc_t *sc, vm_offset_t offset, |
90 int prot); | 90 vm_offset_t *paddr, int prot); |
91#endif 92 93extern int (*vga_sub_configure)(int flags); 94 95#endif /* _KERNEL */ 96 97#endif /* _DEV_FB_VGAREG_H_ */ | 91#endif 92 93extern int (*vga_sub_configure)(int flags); 94 95#endif /* _KERNEL */ 96 97#endif /* _DEV_FB_VGAREG_H_ */ |