smp, irq_work: Continue smp_call_function*() and irq_work*() integration
[sfrench/cifs-2.6.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 <marek.vasut@gmail.com>
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_ */