Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
[deliverable/linux.git] / include / linux / can / platform / mcp251x.h
CommitLineData
42193e3e
OH
1#ifndef _CAN_PLATFORM_MCP251X_H
2#define _CAN_PLATFORM_MCP251X_H
e0000163
CP
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
1ddff7da 12/*
e0000163
CP
13 * struct mcp251x_platform_data - MCP251X SPI CAN controller platform data
14 * @oscillator_frequency: - oscillator frequency in Hz
e0000163
CP
15 */
16
17struct mcp251x_platform_data {
18 unsigned long oscillator_frequency;
e0000163
CP
19};
20
42193e3e 21#endif /* !_CAN_PLATFORM_MCP251X_H */
This page took 1.14013 seconds and 5 git commands to generate.