opengnsys_ipxe/src/include/usr/route.h

13 lines
147 B
C

#ifndef _USR_ROUTE_H
#define _USR_ROUTE_H
/** @file
*
* Routing table management
*
*/
extern void route ( void );
#endif /* _USR_ROUTE_H */