Files
RedBear-OS/src/header/sys_ioctl/cbindgen.toml
T
2018-11-18 10:35:33 -07:00

17 lines
310 B
TOML

include_guard = "_SYS_IOCTL_H"
language = "C"
# WORKAROUND:
# sgtty is used by another header, and cbindgen doesn't prefix that with `struct` :|
style = "Both"
[defines]
"target_os=linux" = "__linux__"
"target_os=redox" = "__redox__"
[enum]
prefix_with_name = true
[export]
include = ["sgttyb", "winsize"]