Mirage_deviceThis module define the basic functions that a MirageOS device should implement.
Release v1.2.0
type error = [ | `Unimplementedoperation not yet implemented in the code
*)| `Disconnectedthe device has been previously disconnected
*) ]The type for device errors.
module type S = sig ... endDefines the functions to define what is a device state and how to disconnect such a device.