Add a few more missing header which the upstream stock kernel context expects
This commit is contained in:
parent
2ee63a549a
commit
f5b92a66ad
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_BITMAP_H
|
||||
#define _SPL_BITMAP_H
|
||||
|
||||
#endif /* SPL_BITMAP_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_CONF_H
|
||||
#define _SPL_CONF_H
|
||||
|
||||
#endif /* SPL_CONF_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_CPUVAR_H
|
||||
#define _SPL_CPUVAR_H
|
||||
|
||||
#endif /* SPL_CPUVAR_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_DIRENT_H
|
||||
#define _SPL_DIRENT_H
|
||||
|
||||
#endif /* SPL_DIRENT_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_DISP_H
|
||||
#define _SPL_DISP_H
|
||||
|
||||
#endif /* SPL_DISP_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_LIST_H
|
||||
#define _SPL_LIST_H
|
||||
|
||||
#endif /* SPL_LIST_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_NOTE_H
|
||||
#define _SPL_NOTE_H
|
||||
|
||||
#endif /* SPL_NOTE_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_T_LOCK_H
|
||||
#define _SPL_T_LOCK_H
|
||||
|
||||
#endif /* SPL_T_LOCK_H */
|
Loading…
Reference in New Issue