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

bd6107.h (237B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * bd6107.h - Rohm BD6107 LEDs Driver
      4 */
      5#ifndef __BD6107_H__
      6#define __BD6107_H__
      7
      8struct device;
      9
     10struct bd6107_platform_data {
     11	struct device *fbdev;
     12	unsigned int def_value;
     13};
     14
     15#endif