Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / can / platform / mcp251x.h
blob9e5ac27fb6c107aeb0e6f6533751368993f0f89d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _CAN_PLATFORM_MCP251X_H
3 #define _CAN_PLATFORM_MCP251X_H
5 /*
7 * CAN bus driver for Microchip 251x CAN Controller with SPI Interface
9 */
11 #include <linux/spi/spi.h>
14 * struct mcp251x_platform_data - MCP251X SPI CAN controller platform data
15 * @oscillator_frequency: - oscillator frequency in Hz
18 struct mcp251x_platform_data {
19 unsigned long oscillator_frequency;
22 #endif /* !_CAN_PLATFORM_MCP251X_H */