32 lines
386 B
Text
32 lines
386 B
Text
# requests
|
|
|
|
request destroy = 0 { }
|
|
|
|
# events
|
|
|
|
event done = 0 { }
|
|
|
|
event format_table = 1 {
|
|
fd: fd,
|
|
size: u32,
|
|
}
|
|
|
|
event main_device = 2 {
|
|
device: pod(uapi::c::dev_t),
|
|
}
|
|
|
|
event tranche_done = 3 {
|
|
|
|
}
|
|
|
|
event tranche_target_device = 4 {
|
|
device: pod(uapi::c::dev_t),
|
|
}
|
|
|
|
event tranche_formats = 5 {
|
|
indices: array(pod(u16)),
|
|
}
|
|
|
|
event tranche_flags = 6 {
|
|
flags: u32,
|
|
}
|