diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-04-24 23:31:51 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2006-04-24 23:31:51 +0000 |
| commit | cea4d8752f992568969c4078c519f0fdc94fe819 (patch) | |
| tree | 4c14a9bedc4bcdbb3fbd46089cf47c3af3cc2de1 /sys/dev/ppc/ppcvar.h | |
| parent | 091c9b49610b0f47cff939b5719d837b1a9087be (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppc/ppcvar.h')
| -rw-r--r-- | sys/dev/ppc/ppcvar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ppc/ppcvar.h b/sys/dev/ppc/ppcvar.h index 98bc0225c598..b7d164309839 100644 --- a/sys/dev/ppc/ppcvar.h +++ b/sys/dev/ppc/ppcvar.h @@ -28,7 +28,7 @@ * */ -int ppc_probe(device_t dev); +int ppc_probe(device_t dev, int rid); int ppc_attach(device_t dev); int ppc_detach(device_t dev); int ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val); @@ -46,4 +46,5 @@ void ppc_reset_epp(device_t); void ppc_ecp_sync(device_t); int ppc_setmode(device_t, int); -extern devclass_t ppc_devclass; +extern devclass_t ppc_devclass; +extern const char ppc_driver_name[]; |
