cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

au1200fb.h (259B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * platform data for au1200fb driver.
      4 */
      5
      6#ifndef _AU1200FB_PLAT_H_
      7#define _AU1200FB_PLAT_H_
      8
      9struct au1200fb_platdata {
     10	int (*panel_index)(void);
     11	int (*panel_init)(void);
     12	int (*panel_shutdown)(void);
     13};
     14
     15#endif