usr
/
src
/
kernels
/
3.10.0-1160.142.1.el7.tuxcare.els1.x86_64
/
include
/
linux
/
can
/
platform
➕ New
📤 Upload
✎ Editing:
flexcan.h
← Back
/* * Copyright (C) 2010 Marc Kleine-Budde <kernel@pengutronix.de> * * This file is released under the GPLv2 * */ #ifndef __CAN_PLATFORM_FLEXCAN_H #define __CAN_PLATFORM_FLEXCAN_H /** * struct flexcan_platform_data - flex CAN controller platform data * @transceiver_enable: - called to power on/off the transceiver * */ struct flexcan_platform_data { void (*transceiver_switch)(int enable); }; #endif /* __CAN_PLATFORM_FLEXCAN_H */
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel