mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
13 lines
147 B
C
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 */
|