aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_iso88025subr.c
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-15 15:38:02 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-15 15:38:02 +0000
commit40811c1473f27350ba0ac7325dbe627943f471a1 (patch)
treec48f1f25df1f1911a3df4d404b54cb7dc3d14e07 /sys/net/if_iso88025subr.c
parent4fd80d5b9d122ee2572672369163e2ccc1424439 (diff)
downloadsrc-40811c1473f27350ba0ac7325dbe627943f471a1.tar.gz
src-40811c1473f27350ba0ac7325dbe627943f471a1.zip
Add module data and version.
Notes
Notes: svn path=/head/; revision=112269
Diffstat (limited to 'sys/net/if_iso88025subr.c')
-rw-r--r--sys/net/if_iso88025subr.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/net/if_iso88025subr.c b/sys/net/if_iso88025subr.c
index b1b67e2e3163..867fee004790 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);