1
0
Fork 0
forked from wry/wry

autocommit 2022-02-06 16:33:54 CET

This commit is contained in:
Julian Orth 2022-02-06 16:33:54 +01:00
parent c92346324b
commit dc2cb71012
104 changed files with 2563 additions and 4617 deletions

View file

@ -0,0 +1,32 @@
# requests
msg destroy = 0 { }
# events
msg done = 0 { }
msg format_table = 1 {
fd: fd,
size: u32,
}
msg main_device = 2 {
device: pod(uapi::c::dev_t),
}
msg tranche_done = 3 {
}
msg tranche_target_device = 4 {
device: pod(uapi::c::dev_t),
}
msg tranche_formats = 5 {
indices: array(pod(u16)),
}
msg tranche_flags = 6 {
flags: u32,
}