david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/usr/route.h
2007-01-10 20:38:20 +00:00

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