1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/protocol.idl

5 lines
90 B
Plaintext
Raw Permalink Normal View History

2024-03-22 08:58:59 +00:00
type BufferID = u64;
protocol SDS {
fn register_protocol(BufferID, String) -> bool;
}