summaryrefslogtreecommitdiffstats
path: root/src/include/usr/dhcpmgmt.h
blob: 0f275600dc059bbbe46264e42666a33b05f71132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _USR_DHCPMGMT_H
#define _USR_DHCPMGMT_H

/** @file
 *
 * DHCP management
 *
 */

struct net_device;

extern int dhcp ( struct net_device *netdev );
extern int pxebs ( struct net_device *netdev, unsigned int pxe_type );

#endif /* _USR_DHCPMGMT_H */