blob: 855fa7ba8dfdda2161bccbc1a5f33541014c02ab [file] [log] [blame]
#ifndef _USR_ROUTE_H
#define _USR_ROUTE_H
/** @file
*
* Routing table management
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
extern void route ( void );
#endif /* _USR_ROUTE_H */