2 * Copyright (C) 2010 Marc Kleine-Budde <kernel@pengutronix.de>
4 * This file is released under the GPLv2
8 #ifndef __CAN_PLATFORM_FLEXCAN_H
9 #define __CAN_PLATFORM_FLEXCAN_H
12 * struct flexcan_platform_data - flex CAN controller platform data
13 * @transceiver_enable: - called to power on/off the transceiver
16 struct flexcan_platform_data
{
17 void (*transceiver_switch
)(int enable
);
20 #endif /* __CAN_PLATFORM_FLEXCAN_H */