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

stub-data.h (288B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3
      4 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de)
      5 * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
      6 */
      7
      8#ifndef __STUB_DATA_H
      9#define __STUB_DATA_H
     10
     11struct stub_data {
     12	unsigned long offset;
     13	int fd;
     14	long parent_err, child_err;
     15};
     16
     17#endif