MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / BlockDevice

Class BlockDevice

tinyemu/virtio.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64typedef void BlockDeviceCompletionFunc(void *opaque, int ret);
65
66typedef struct BlockDevice BlockDevice;
67
68struct BlockDevice {
69 int64_t (*get_sector_count)(BlockDevice *bs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected