cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *
 *
 */
#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önig2295.65%150.00%
Greg Kroah-Hartman14.35%150.00%
Total23100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.