blob: 7337c3b3ca0a9aee421d21a611b59856f97eb262 [file] [log] [blame]
pbrook87ecb682007-11-17 17:14:51 +00001#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
Peter Maydellb50ff6f2011-02-21 20:57:50 +00008/* arm_sysctl GPIO lines */
9#define ARM_SYSCTL_GPIO_MMC_WPROT 0
10#define ARM_SYSCTL_GPIO_MMC_CARDIN 1
11
pbrook87ecb682007-11-17 17:14:51 +000012#endif