# 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
)