Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef LINUX_SPI_MC33880_H
0003 #define LINUX_SPI_MC33880_H
0004 
0005 struct mc33880_platform_data {
0006     /* number assigned to the first GPIO */
0007     unsigned    base;
0008 };
0009 
0010 #endif
0011