From 9cb5290df7bf3276f0ddc34c782809f8d1573ee4 Mon Sep 17 00:00:00 2001 From: mdodd Date: Sat, 15 Mar 2003 15:38:02 +0000 Subject: Add module data and version. --- sys/net/if_iso88025subr.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys/net/if_iso88025subr.c') diff --git a/sys/net/if_iso88025subr.c b/sys/net/if_iso88025subr.c index b1b67e2..867fee0 100644 --- a/sys/net/if_iso88025subr.c +++ b/sys/net/if_iso88025subr.c @@ -540,3 +540,12 @@ iso88025_input(ifp, th, m) } netisr_dispatch(isr, m); } + +static moduledata_t iso88025_mod = { + "iso88025", + NULL, + 0 +}; + +DECLARE_MODULE(iso88025, iso88025_mod, SI_SUB_PSEUDO, SI_ORDER_ANY); +MODULE_VERSION(iso88025, 1); -- cgit v1.1