blob: 7069c570e8c9f063c197726be7da1c6e63a9c73d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
END
)
|