Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
caif_device.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson AB 2010
3  * Author: Sjur Brendeland/ [email protected]
4  * License terms: GNU General Public License (GPL) version 2
5  */
6 
7 #ifndef CAIF_DEVICE_H_
8 #define CAIF_DEVICE_H_
9 #include <linux/kernel.h>
10 #include <linux/net.h>
11 #include <linux/netdevice.h>
12 #include <linux/caif/caif_socket.h>
13 #include <net/caif/caif_device.h>
14 
47  struct caif_dev_common {
48  void (*flowctrl)(struct net_device *net, int on);
50  int use_frag;
51  int use_fcs;
52  int use_stx;
53 };
54 
55 #endif /* CAIF_DEVICE_H_ */