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