summaryrefslogtreecommitdiffstats
path: root/src/include/usr/dhcpmgmt.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 10:20:11 +0100
committerMichael Brown2007-01-12 10:20:11 +0100
commit39ede8c7e8dd4a6a839f22aeed322209d424e619 (patch)
tree7932b80430b92468f581843b3945fc34b4f0b140 /src/include/usr/dhcpmgmt.h
parentUse systematic names for XXX_IMAGE. (diff)
downloadipxe-39ede8c7e8dd4a6a839f22aeed322209d424e619.tar.gz
ipxe-39ede8c7e8dd4a6a839f22aeed322209d424e619.tar.xz
ipxe-39ede8c7e8dd4a6a839f22aeed322209d424e619.zip
Added dhcp() user-level command.
Diffstat (limited to 'src/include/usr/dhcpmgmt.h')
-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 00000000..2757a1c1
--- /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 */