]> Git Repo - linux.git/blob - include/linux/spi/l4f00242t03.h
bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
[linux.git] / include / linux / spi / l4f00242t03.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * l4f00242t03.h -- Platform glue for Epson L4F00242T03 LCD
4  *
5  * Copyright (c) 2009 Alberto Panizzo <[email protected]>
6  * Based on Marek Vasut work in lms283gf05.h
7 */
8
9 #ifndef _INCLUDE_LINUX_SPI_L4F00242T03_H_
10 #define _INCLUDE_LINUX_SPI_L4F00242T03_H_
11
12 struct l4f00242t03_pdata {
13         unsigned int    reset_gpio;
14         unsigned int    data_enable_gpio;
15 };
16
17 #endif /* _INCLUDE_LINUX_SPI_L4F00242T03_H_ */
This page took 0.03536 seconds and 4 git commands to generate.