Add a few more missing header which the upstream stock kernel context expects

This commit is contained in:
Brian Behlendorf 2008-12-23 13:03:09 -08:00
parent 2ee63a549a
commit f5b92a66ad
8 changed files with 32 additions and 0 deletions

4
include/sys/bitmap.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_BITMAP_H
#define _SPL_BITMAP_H
#endif /* SPL_BITMAP_H */

4
include/sys/conf.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_CONF_H
#define _SPL_CONF_H
#endif /* SPL_CONF_H */

4
include/sys/cpuvar.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_CPUVAR_H
#define _SPL_CPUVAR_H
#endif /* SPL_CPUVAR_H */

4
include/sys/dirent.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_DIRENT_H
#define _SPL_DIRENT_H
#endif /* SPL_DIRENT_H */

4
include/sys/disp.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_DISP_H
#define _SPL_DISP_H
#endif /* SPL_DISP_H */

4
include/sys/list.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_LIST_H
#define _SPL_LIST_H
#endif /* SPL_LIST_H */

4
include/sys/note.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_NOTE_H
#define _SPL_NOTE_H
#endif /* SPL_NOTE_H */

4
include/sys/t_lock.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef _SPL_T_LOCK_H
#define _SPL_T_LOCK_H
#endif /* SPL_T_LOCK_H */