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

tilcdc_panel.h (329B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2012 Texas Instruments
      4 * Author: Rob Clark <robdclark@gmail.com>
      5 */
      6
      7#ifndef __TILCDC_PANEL_H__
      8#define __TILCDC_PANEL_H__
      9
     10/* sub-module for generic lcd panel output */
     11
     12int tilcdc_panel_init(void);
     13void tilcdc_panel_fini(void);
     14
     15#endif /* __TILCDC_PANEL_H__ */