X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fram_cd.c;h=a139fc0524d96d1562afed65883b20b5e4377288;hb=942df9bb1e2570764d24c74f797247536639502e;hp=b6a1bf69ecaf36d60c119d243b5fb34a10e6585e;hpb=57164c930523141c4ef53782de214d2a9f468269;p=palacios.git diff --git a/palacios/src/devices/ram_cd.c b/palacios/src/devices/ram_cd.c index b6a1bf6..a139fc0 100644 --- a/palacios/src/devices/ram_cd.c +++ b/palacios/src/devices/ram_cd.c @@ -62,7 +62,7 @@ static uint32_t cd_get_capacity(void * private_data) { return cd->capacity / ATAPI_BLOCK_SIZE; } -static struct v3_ide_cd_ops cd_ops = { +static struct v3_cd_ops cd_ops = { .read = cd_read, .get_capacity = cd_get_capacity, };