diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-04-26 18:40:59 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-04-26 18:40:59 +0000 |
commit | 6239f9e5f1c3272eb7d16415bb6c24bef21b1f1d (patch) | |
tree | ca20d5371a6bb7561b78df7dfca0226950ae04a0 /sys/dev/scc/scc_bfe.h | |
parent | 4924db935d8175b07ff7246542907e7a7451746a (diff) |
Notes
Diffstat (limited to 'sys/dev/scc/scc_bfe.h')
-rw-r--r-- | sys/dev/scc/scc_bfe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_bfe.h b/sys/dev/scc/scc_bfe.h index 56d2bea026ea1..d4f415551c449 100644 --- a/sys/dev/scc/scc_bfe.h +++ b/sys/dev/scc/scc_bfe.h @@ -138,7 +138,7 @@ struct scc_softc { extern devclass_t scc_devclass; extern char scc_driver_name[]; -int scc_bfe_attach(device_t dev); +int scc_bfe_attach(device_t dev, u_int ipc); int scc_bfe_detach(device_t dev); int scc_bfe_probe(device_t dev, u_int regshft, u_int rclk, u_int rid); |