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

gpio_backlight.h (253B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * gpio_backlight.h - Simple GPIO-controlled backlight
      4 */
      5#ifndef __GPIO_BACKLIGHT_H__
      6#define __GPIO_BACKLIGHT_H__
      7
      8struct device;
      9
     10struct gpio_backlight_platform_data {
     11	struct device *fbdev;
     12};
     13
     14#endif