aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa/fore_include.h
diff options
context:
space:
mode:
authorAndrew R. Reiter <arr@FreeBSD.org>2002-06-14 16:59:38 +0000
committerAndrew R. Reiter <arr@FreeBSD.org>2002-06-14 16:59:38 +0000
commitb6037a7953ff02b242158f574e73ba1422542199 (patch)
treef5a02eaff404955298bf324f2af9ffc25b5473bc /sys/dev/hfa/fore_include.h
parentdc20d4b9d4f25076d08807c41c61aa7ca0904786 (diff)
Notes
Diffstat (limited to 'sys/dev/hfa/fore_include.h')
-rw-r--r--sys/dev/hfa/fore_include.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hfa/fore_include.h b/sys/dev/hfa/fore_include.h
index 0c102f13b2d5..c23e0cb294f0 100644
--- a/sys/dev/hfa/fore_include.h
+++ b/sys/dev/hfa/fore_include.h
@@ -101,8 +101,8 @@ extern Fore_device fore_devices[];
extern Fore_unit *fore_units[];
extern int fore_nunits;
extern struct stack_defn *fore_services;
-extern struct sp_info fore_nif_pool;
-extern struct sp_info fore_vcc_pool;
+extern uma_zone_t fore_nif_zone;
+extern uma_zone_t fore_vcc_zone;
extern struct atm_time fore_timer;
#endif /* _FORE_INCLUDE_H */