cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/efm32-uart.h

/*
 *
 *
 */
#ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__

#define __LINUX_PLATFORM_DATA_EFM32_UART_H__

#include <linux/types.h>

/**
 * struct efm32_uart_pdata
 * @location: pinmux location for the I/O pins (to be written to the ROUTE
 *      register)
 */

struct efm32_uart_pdata {
	
u8 location;
};
#endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Uwe Kleine-König22100.00%1100.00%
Total22100.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.