projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net: ethtool: Fix documentation of ethtool_sprintf()
[platform/kernel/linux-starfive.git]
/
include
/
linux
/
if_ltalk.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __LINUX_LTALK_H
3
#define __LINUX_LTALK_H
4
5
#include <uapi/linux/if_ltalk.h>
6
7
extern struct net_device *alloc_ltalkdev(int sizeof_priv);
8
#endif