Commit 42a10898a8247821d161e3ac799b758f79fbe3b3

Authored by pbrook
1 parent a1bb27b1

Use correct type for card field.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2621 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/pl181.c
... ... @@ -22,7 +22,7 @@ do { printf("pl181: " fmt , ##args); } while (0)
22 22 #define PL181_FIFO_LEN 16
23 23  
24 24 typedef struct {
25   - struct sd_state_s *card;
  25 + SDState *card;
26 26 uint32_t base;
27 27 uint32_t clock;
28 28 uint32_t power;
... ...