blob: 8198a63cf459626c0ea44365e8a87be866c9c37a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
* wanrouter.h Legacy declarations kept around until X25 is removed
*/
#ifndef _ROUTER_H
#define _ROUTER_H
#include <uapi/linux/wanrouter.h>
#endif /* _ROUTER_H */
|