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

common.h (416B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (c) 2014 Marvell Technology Group Ltd.
      4 *
      5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      6 * Alexandre Belloni <alexandre.belloni@free-electrons.com>
      7 */
      8#ifndef __BERLIN2_COMMON_H
      9#define __BERLIN2_COMMON_H
     10
     11struct berlin2_gate_data {
     12	const char *name;
     13	const char *parent_name;
     14	u8 bit_idx;
     15	unsigned long flags;
     16};
     17
     18#endif /* BERLIN2_COMMON_H */