Statistics
| Branch: | Revision:

root / hw / primecell.h @ 9e2c1298

History | View | Annotate | Download (292 Bytes)

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