aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-01-10 20:38:20 +0000
committerMichael Brown <mcb30@etherboot.org>2007-01-10 20:38:20 +0000
commitd9ba8f790b2b0ad7e22b96e46dc5e0946815e512 (patch)
tree21c185a7baf98f25fc00b2803b90903926e0f0df /src/include/usr
parent78ded6604a49c5b39a813984b780b83a0fa08b94 (diff)
downloadipxe-d9ba8f790b2b0ad7e22b96e46dc5e0946815e512.tar.gz
Add route() function to display routing table.
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/route.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/route.h b/src/include/usr/route.h
new file mode 100644
index 00000000..fc855892
--- /dev/null
+++ b/src/include/usr/route.h
@@ -0,0 +1,12 @@
+#ifndef _USR_ROUTE_H
+#define _USR_ROUTE_H
+
+/** @file
+ *
+ * Routing table management
+ *
+ */
+
+extern void route ( void );
+
+#endif /* _USR_ROUTE_H */