12 lines
210 B
C
12 lines
210 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* wanrouter.h Legacy declarations kept around until X25 is removed
|
||
|
*/
|
||
|
|
||
|
#ifndef _ROUTER_H
|
||
|
#define _ROUTER_H
|
||
|
|
||
|
#include <uapi/linux/wanrouter.h>
|
||
|
|
||
|
#endif /* _ROUTER_H */
|