Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 
27  unsigned long oscillator_frequency;
28  unsigned long irq_flags;
32 };
33 
34 #endif /* __CAN_PLATFORM_MCP251X_H__ */