]> Git Repo - linux.git/blob - include/linux/can/platform/flexcan.h
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groec...
[linux.git] / include / linux / can / platform / flexcan.h
1 /*
2  * Copyright (C) 2010 Marc Kleine-Budde <[email protected]>
3  *
4  * This file is released under the GPLv2
5  *
6  */
7
8 #ifndef __CAN_PLATFORM_FLEXCAN_H
9 #define __CAN_PLATFORM_FLEXCAN_H
10
11 /**
12  * struct flexcan_platform_data - flex CAN controller platform data
13  * @transceiver_enable:         - called to power on/off the transceiver
14  *
15  */
16 struct flexcan_platform_data {
17         void (*transceiver_switch)(int enable);
18 };
19
20 #endif /* __CAN_PLATFORM_FLEXCAN_H */
This page took 0.033898 seconds and 4 git commands to generate.