projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1bb27b
)
Use correct type for card field.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Apr 2007 16:54:11 +0000
(16:54 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Apr 2007 16:54:11 +0000
(16:54 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2621
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/pl181.c
patch
|
blob
|
history
diff --git
a/hw/pl181.c
b/hw/pl181.c
index 7912c280b544285d2eb4a68bd6eeb4cfc9cbbcf4..7c3b5de4c6a6dad50350d4aba0bb13c6e70a7439 100644
(file)
--- 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;