summaryrefslogtreecommitdiffstats
path: root/hw/pl181.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pl181.c')
-rw-r--r--hw/pl181.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pl181.c b/hw/pl181.c
index b0709dc..b6a86d3 100644
--- a/hw/pl181.c
+++ b/hw/pl181.c
@@ -135,7 +135,7 @@ static uint32_t pl181_fifo_pop(pl181_state *s)
static void pl181_send_command(pl181_state *s)
{
- struct sd_request_s request;
+ SDRequest request;
uint8_t response[16];
int rlen;
OpenPOWER on IntegriCloud