diff options
Diffstat (limited to 'sys/netatm/atm_device.c')
-rw-r--r-- | sys/netatm/atm_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netatm/atm_device.c b/sys/netatm/atm_device.c index c85303e..cc2a2a8 100644 --- a/sys/netatm/atm_device.c +++ b/sys/netatm/atm_device.c @@ -99,6 +99,7 @@ static struct t_atm_cause atm_dev_cause = { {0, 0, 0, 0} }; +extern struct ifqueue atm_intrq; /* * ATM Device Stack Instantiation |