pub const SYS_ABI_VERSION: usize = 900;Expand description
Query the ABI version.
No parameters.
Returns (major << 16) | minor. For example, version 1.2 returns
0x0001_0002. Userspace can use this to check for ABI compatibility
before making syscalls.