17 lines
310 B
TOML
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"]
|