0d09e41a51
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
292 B
C
13 lines
292 B
C
#ifndef PRIMECELL_H
|
|
#define PRIMECELL_H
|
|
|
|
/* Declarations for ARM PrimeCell based periperals. */
|
|
/* Also includes some devices that are currently only used by the
|
|
ARM boards. */
|
|
|
|
/* arm_sysctl GPIO lines */
|
|
#define ARM_SYSCTL_GPIO_MMC_WPROT 0
|
|
#define ARM_SYSCTL_GPIO_MMC_CARDIN 1
|
|
|
|
#endif
|