xref: /drstd/dlibc/src/unix/header/sys_mman/cbindgen.toml (revision 86982c5e9b2eaa583327251616ee822c36288824)
1sys_includes = ["stdint.h", "sys/types.h"]
2include_guard = "_SYS_MMAN_H"
3trailer = "#include <bits/sys/mman.h>"
4language = "C"
5style = "Tag"
6no_includes = true
7cpp_compat = true
8
9[defines]
10"target_os=linux" = "__linux__"
11"target_os=redox" = "__redox__"
12"target_os=dragonos" = "__dragonos__"
13
14[enum]
15prefix_with_name = true
16