Skip to main content

SYS_ABI_VERSION

Constant SYS_ABI_VERSION 

Source
pub const SYS_ABI_VERSION: usize = 900; // 900usize
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.