cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

primecell.h (292B)


      1#ifndef PRIMECELL_H
      2#define PRIMECELL_H
      3
      4/* Declarations for ARM PrimeCell based periperals.  */
      5/* Also includes some devices that are currently only used by the
      6   ARM boards.  */
      7
      8/* arm_sysctl GPIO lines */
      9#define ARM_SYSCTL_GPIO_MMC_WPROT 0
     10#define ARM_SYSCTL_GPIO_MMC_CARDIN 1
     11
     12#endif