Files
RedBear-OS/src/header/sys_mman/cbindgen.toml
T
Mateusz Mikuła 63a1319e50 Cbindgen update
2019-07-10 10:08:39 +00:00

15 lines
285 B
TOML

sys_includes = ["stdint.h", "sys/types.h"]
include_guard = "_SYS_MMAN_H"
trailer = "#include <bits/sys/mman.h>"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[defines]
"target_os=linux" = "__linux__"
"target_os=redox" = "__redox__"
[enum]
prefix_with_name = true