blob: 66a82a6de318197f98608572834d4e7006e979cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Sys header export list
# Add headers to be exported to userland here
# Example: foo.h corresponds to sys/include/sys/foo.h
sys_headers=$(cat <<END
fbdev.h
errno.h
queue.h
signal.h
termios.h
tty.h
reboot.h
END
)
|