mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
10 lines
171 B
C
10 lines
171 B
C
/*
|
|
* wanrouter.h Legacy declarations kept around until X25 is removed
|
|
*/
|
|
|
|
#ifndef _ROUTER_H
|
|
#define _ROUTER_H
|
|
|
|
#include <uapi/linux/wanrouter.h>
|
|
|
|
#endif /* _ROUTER_H */
|