X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fnet_cd.c;h=d8ea73ec99864cfe1b91e0024a49d84cc5f9e1b6;hb=942df9bb1e2570764d24c74f797247536639502e;hp=26517bb2c0f12f0d73005e655e0367be46eb8774;hpb=57164c930523141c4ef53782de214d2a9f468269;p=palacios.releases.git diff --git a/palacios/src/devices/net_cd.c b/palacios/src/devices/net_cd.c index 26517bb..d8ea73e 100644 --- a/palacios/src/devices/net_cd.c +++ b/palacios/src/devices/net_cd.c @@ -158,7 +158,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, };