cregit-Linux how code gets into the kernel

Release 4.12 include/linux/can/platform/rcar_can.h

#ifndef _CAN_PLATFORM_RCAR_CAN_H_

#define _CAN_PLATFORM_RCAR_CAN_H_

#include <linux/types.h>

/* Clock Select Register settings */

enum CLKR {
	
CLKR_CLKP1 = 0,	/* Peripheral clock (clkp1) */
	
CLKR_CLKP2 = 1,	/* Peripheral clock (clkp2) */
	
CLKR_CLKEXT = 3	/* Externally input clock */
};


struct rcar_can_platform_data {
	
enum CLKR clock_select;	/* Clock source select */
};

#endif	/* !_CAN_PLATFORM_RCAR_CAN_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sergei Shtylyov42100.00%1100.00%
Total42100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.