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

mantis_hif.h (324B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3	Mantis PCI bridge driver
      4
      5	Copyright (C) Manu Abraham (abraham.manu@gmail.com)
      6
      7*/
      8
      9#ifndef __MANTIS_HIF_H
     10#define __MANTIS_HIF_H
     11
     12#define MANTIS_HIF_MEMRD		1
     13#define MANTIS_HIF_MEMWR		2
     14#define MANTIS_HIF_IOMRD		3
     15#define MANTIS_HIF_IOMWR		4
     16
     17#endif /* __MANTIS_HIF_H */