Welcome to mirror list, hosted at ThFree Co, Russian Federation.

if_ltalk.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81e434c50790f302213e3ce23b8447e9cb30a8b2 (plain)
1
2
3
4
5
6
7
#ifndef __LINUX_LTALK_H
#define __LINUX_LTALK_H

#include <uapi/linux/if_ltalk.h>

extern struct net_device *alloc_ltalkdev(int sizeof_priv);
#endif