mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
7 lines
149 B
C
7 lines
149 B
C
#ifndef __LINUX_LTALK_H
|
|
#define __LINUX_LTALK_H
|
|
|
|
#include <uapi/linux/if_ltalk.h>
|
|
|
|
extern struct net_device *alloc_ltalkdev(int sizeof_priv);
|
|
#endif
|