]> Git Repo - linux.git/blob - include/linux/spi/lms283gf05.h
bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
[linux.git] / include / linux / spi / lms283gf05.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * lms283gf05.h - Platform glue for Samsung LMS283GF05 LCD
4  *
5  * Copyright (C) 2009 Marek Vasut <[email protected]>
6 */
7
8 #ifndef _INCLUDE_LINUX_SPI_LMS283GF05_H_
9 #define _INCLUDE_LINUX_SPI_LMS283GF05_H_
10
11 struct lms283gf05_pdata {
12         unsigned long   reset_gpio;
13         bool            reset_inverted;
14 };
15
16 #endif /* _INCLUDE_LINUX_SPI_LMS283GF05_H_ */
This page took 0.035422 seconds and 4 git commands to generate.