Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/ppc/ppcvar.h
| Show All 36 Lines | |||||
| int ppc_read(device_t, char *, int, int); | int ppc_read(device_t, char *, int, int); | ||||
| int ppc_write(device_t, char *, int, int); | int ppc_write(device_t, char *, int, int); | ||||
| u_char ppc_io(device_t, int, u_char *, int, u_char); | u_char ppc_io(device_t, int, u_char *, int, u_char); | ||||
| int ppc_exec_microseq(device_t, struct ppb_microseq **); | int ppc_exec_microseq(device_t, struct ppb_microseq **); | ||||
| struct resource *ppc_alloc_resource(device_t bus, device_t child, int type, | struct resource *ppc_alloc_resource(device_t bus, device_t child, int type, | ||||
| int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags); | int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags); | ||||
| int ppc_release_resource(device_t bus, device_t child, int type, int rid, | int ppc_release_resource(device_t bus, device_t child, struct resource *r); | ||||
| struct resource *r); | |||||
| int ppc_reset_epp(device_t); | int ppc_reset_epp(device_t); | ||||
| int ppc_ecp_sync(device_t); | int ppc_ecp_sync(device_t); | ||||
| int ppc_setmode(device_t, int); | int ppc_setmode(device_t, int); | ||||
| extern const char ppc_driver_name[]; | extern const char ppc_driver_name[]; | ||||