summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/dhcpmgmt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/dhcpmgmt.h b/src/include/usr/dhcpmgmt.h
new file mode 100644
index 000000000..2757a1c1a
--- /dev/null
+++ b/src/include/usr/dhcpmgmt.h
@@ -0,0 +1,14 @@
+#ifndef _USR_DHCPMGMT_H
+#define _USR_DHCPMGMT_H
+
+/** @file
+ *
+ * DHCP management
+ *
+ */
+
+struct net_device;
+
+int dhcp ( struct net_device *netdev );
+
+#endif /* _USR_DHCPMGMT_H */