summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/pl181.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pl181.c b/hw/pl181.c
index 7912c280b5..7c3b5de4c6 100644
--- a/hw/pl181.c
+++ b/hw/pl181.c
@@ -22,7 +22,7 @@ do { printf("pl181: " fmt , ##args); } while (0)
#define PL181_FIFO_LEN 16
typedef struct {
- struct sd_state_s *card;
+ SDState *card;
uint32_t base;
uint32_t clock;
uint32_t power;