root/include/linux/spi/l4f00242t03.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 <maramaopercheseimorto@gmail.com>
   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_ */

/* [<][>][^][v][top][bottom][index][help] */