Added dhcp() user-level command.

This commit is contained in:
Michael Brown
2007-01-12 09:20:11 +00:00
parent 67aedf34fa
commit 39ede8c7e8
2 changed files with 97 additions and 0 deletions

View File

@@ -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 */