ableos/sysdata/protocol.idl
2024-03-22 03:58:59 -05:00

5 lines
90 B
Plaintext

type BufferID = u64;
protocol SDS {
fn register_protocol(BufferID, String) -> bool;
}