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
linux
can
platform
mcp251x.h
Go to the documentation of this file.
1
#ifndef __CAN_PLATFORM_MCP251X_H__
2
#define __CAN_PLATFORM_MCP251X_H__
3
4
/*
5
*
6
* CAN bus driver for Microchip 251x CAN Controller with SPI Interface
7
*
8
*/
9
10
#include <
linux/spi/spi.h
>
11
26
struct
mcp251x_platform_data
{
27
unsigned
long
oscillator_frequency
;
28
unsigned
long
irq_flags
;
29
int
(*
board_specific_setup
)(
struct
spi_device
*
spi
);
30
int
(*
transceiver_enable
)(
int
enable
);
31
int
(*
power_enable
) (
int
enable
);
32
};
33
34
#endif
/* __CAN_PLATFORM_MCP251X_H__ */
Generated on Thu Jan 10 2013 14:51:07 for Linux Kernel by
1.8.2