[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
include
/
linux
/
can
/
platform
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 cc770.h
1,198 B
SET
[ EDIT ]
|
[ DEL ]
📄 mcp251x.h
471 B
SET
[ EDIT ]
|
[ DEL ]
📄 rcar_can.h
456 B
SET
[ EDIT ]
|
[ DEL ]
📄 sja1000.h
1,078 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: mcp251x.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _CAN_PLATFORM_MCP251X_H #define _CAN_PLATFORM_MCP251X_H /* * * CAN bus driver for Microchip 251x CAN Controller with SPI Interface * */ #include <linux/spi/spi.h> /* * struct mcp251x_platform_data - MCP251X SPI CAN controller platform data * @oscillator_frequency: - oscillator frequency in Hz */ struct mcp251x_platform_data { unsigned long oscillator_frequency; }; #endif /* !_CAN_PLATFORM_MCP251X_H */