summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea/eni_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hea/eni_var.h')
-rw-r--r--sys/dev/hea/eni_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hea/eni_var.h b/sys/dev/hea/eni_var.h
index 248807a..cac3ca7 100644
--- a/sys/dev/hea/eni_var.h
+++ b/sys/dev/hea/eni_var.h
@@ -79,7 +79,7 @@ int eni_closevcc(Cmn_unit *, Cmn_vcc *);
*/
extern Eni_unit *eni_units[];
extern struct stack_defn *eni_services;
-extern struct sp_info eni_nif_pool;
-extern struct sp_info eni_vcc_pool;
+extern uma_zone_t eni_nif_zone;
+extern uma_zone_t eni_vcc_zone;
#endif /* _ENI_ENI_VAR_H */
OpenPOWER on IntegriCloud