diff options
Diffstat (limited to 'sys/dev/dpt/dpt.h')
| -rw-r--r-- | sys/dev/dpt/dpt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index 6202f5ac8c0a3..4d151eba3e080 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -1277,6 +1277,8 @@ int dpt_init(struct dpt_softc *dpt); int dpt_attach(dpt_softc_t * dpt); void dpt_intr(void *arg); +dpt_conf_t * dpt_pio_get_conf(u_int32_t); + #if 0 extern void hex_dump(u_char * data, int length, char *name, int no); |
