source: rtems/cpukit/libnetworking/rtems/rtems_dhcp_failsafe.h @ 0a78992

4.115
Last change on this file since 0a78992 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 610 bytes
Line 
1/*
2  Description: Wrapper around DHCP client to restart it when the interface
3               moves to another network.
4
5  Authors: Arnout Vandecappelle <arnout@mind.be>, Essensium/Mind
6           Maarten Van Es <maarten@mind.be>, Essensium/Mind
7  (C) Septentrio 2008
8
9  The license and distribution terms for this file may be
10  found in the file LICENSE in this distribution or at
11  http://www.rtems.org/license/LICENSE.
12*/
13
14#ifndef _RTEMS_DHCP_FAILSAFE_H_
15#define _RTEMS_DHCP_FAILSAFE_H_
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21void rtems_bsdnet_do_dhcp_failsafe (void);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif
Note: See TracBrowser for help on using the repository browser.