sim-card
/
qemu
Archived
10
0
Fork 0

Use correct type for card field.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2621 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2007-04-06 16:54:11 +00:00
parent a1bb27b1e9
commit 42a10898a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;