SLEEPQUEUE(9): Port to RTEMS

This commit is contained in:
Sebastian Huber
2015-03-24 10:02:45 +01:00
parent 9975839a12
commit 8475e7aa0a
9 changed files with 313 additions and 24 deletions

View File

@@ -834,6 +834,7 @@ base.addKernelSpaceHeaderFiles(
'sys/sys/sigio.h',
'sys/sys/_sigset.h',
'sys/sys/smp.h',
'sys/sys/sleepqueue.h',
'sys/sys/_sockaddr_storage.h',
'sys/sys/sockbuf.h',
'sys/sys/socket.h',
@@ -897,6 +898,7 @@ base.addKernelSpaceSourceFiles(
'sys/kern/subr_module.c',
'sys/kern/subr_rman.c',
'sys/kern/subr_sbuf.c',
'sys/kern/subr_sleepqueue.c',
'sys/kern/subr_taskqueue.c',
'sys/kern/subr_uio.c',
'sys/kern/subr_unit.c',