Home
last modified time | relevance | path

Searched defs:metal_io_ops (Results 1 – 1 of 1) sorted by relevance

/libmetal-latest/libmetal/lib/
Dio.h40 struct metal_io_ops { struct
41 uint64_t (*read)(struct metal_io_region *io,
45 void (*write)(struct metal_io_region *io,
50 int (*block_read)(struct metal_io_region *io,
55 int (*block_write)(struct metal_io_region *io,
83 struct metal_io_ops ops; /**< I/O region operations */ argument