Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
net
caif
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);
49
enum
caif_link_selector
link_select
;
50
int
use_frag
;
51
int
use_fcs
;
52
int
use_stx
;
53
};
54
55
#endif
/* CAIF_DEVICE_H_ */
Generated on Thu Jan 10 2013 14:53:01 for Linux Kernel by
1.8.2