ableos/sysdata/protocol.idl

5 lines
90 B
Plaintext
Raw Normal View History

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