summaryrefslogtreecommitdiffstats
path: root/src/include/usr/dhcpmgmt.h
blob: 2757a1c1a8f169a34fad3f5f522c12116103c7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */