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

syscon.h (163B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef PLATFORM_DATA_SYSCON_H
      3#define PLATFORM_DATA_SYSCON_H
      4
      5struct syscon_platform_data {
      6	const char *label;
      7};
      8
      9#endif