diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 2000-01-14 08:03:15 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 2000-01-14 08:03:15 +0000 |
| commit | bdcee5cff66ac3ccfbec20fb0e2a9424434ed349 (patch) | |
| tree | 7d3873a16d2c831c2f67261c268df8788573d163 /sys/dev/ppbus/ppb_1284.h | |
| parent | 45b8027e2561cce06fd27a8d9ef1c836685e2bad (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus/ppb_1284.h')
| -rw-r--r-- | sys/dev/ppbus/ppb_1284.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ppbus/ppb_1284.h b/sys/dev/ppbus/ppb_1284.h index de1f270ab71c..5c4010f88bf5 100644 --- a/sys/dev/ppbus/ppb_1284.h +++ b/sys/dev/ppbus/ppb_1284.h @@ -116,6 +116,8 @@ extern int ppb_1284_negociate(device_t, int, int); extern int ppb_1284_terminate(device_t); extern int ppb_1284_read_id(device_t, int, char *, int, int *); extern int ppb_1284_read(device_t, int, char *, int, int *); +extern int ppb_1284_get_state(device_t bus); +extern int ppb_1284_set_state(device_t bus, int state); extern int ppb_peripheral_terminate(device_t, int); extern int ppb_peripheral_negociate(device_t, int, int); |
