From: Brian Behlendorf Date: Tue, 23 Dec 2008 21:03:09 +0000 (-0800) Subject: Add a few more missing header which the upstream stock kernel context expects X-Git-Tag: spl-0.4.1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5b92a66adc809499972a4012a9cccdd2a2fd6ef;p=spl Add a few more missing header which the upstream stock kernel context expects --- diff --git a/include/sys/bitmap.h b/include/sys/bitmap.h new file mode 100644 index 0000000..1bf09e6 --- /dev/null +++ b/include/sys/bitmap.h @@ -0,0 +1,4 @@ +#ifndef _SPL_BITMAP_H +#define _SPL_BITMAP_H + +#endif /* SPL_BITMAP_H */ diff --git a/include/sys/conf.h b/include/sys/conf.h new file mode 100644 index 0000000..4166b0c --- /dev/null +++ b/include/sys/conf.h @@ -0,0 +1,4 @@ +#ifndef _SPL_CONF_H +#define _SPL_CONF_H + +#endif /* SPL_CONF_H */ diff --git a/include/sys/cpuvar.h b/include/sys/cpuvar.h new file mode 100644 index 0000000..56ad7a4 --- /dev/null +++ b/include/sys/cpuvar.h @@ -0,0 +1,4 @@ +#ifndef _SPL_CPUVAR_H +#define _SPL_CPUVAR_H + +#endif /* SPL_CPUVAR_H */ diff --git a/include/sys/dirent.h b/include/sys/dirent.h new file mode 100644 index 0000000..ac4c701 --- /dev/null +++ b/include/sys/dirent.h @@ -0,0 +1,4 @@ +#ifndef _SPL_DIRENT_H +#define _SPL_DIRENT_H + +#endif /* SPL_DIRENT_H */ diff --git a/include/sys/disp.h b/include/sys/disp.h new file mode 100644 index 0000000..7ff9e3b --- /dev/null +++ b/include/sys/disp.h @@ -0,0 +1,4 @@ +#ifndef _SPL_DISP_H +#define _SPL_DISP_H + +#endif /* SPL_DISP_H */ diff --git a/include/sys/list.h b/include/sys/list.h new file mode 100644 index 0000000..465576d --- /dev/null +++ b/include/sys/list.h @@ -0,0 +1,4 @@ +#ifndef _SPL_LIST_H +#define _SPL_LIST_H + +#endif /* SPL_LIST_H */ diff --git a/include/sys/note.h b/include/sys/note.h new file mode 100644 index 0000000..835d1d5 --- /dev/null +++ b/include/sys/note.h @@ -0,0 +1,4 @@ +#ifndef _SPL_NOTE_H +#define _SPL_NOTE_H + +#endif /* SPL_NOTE_H */ diff --git a/include/sys/t_lock.h b/include/sys/t_lock.h new file mode 100644 index 0000000..9e6f2ea --- /dev/null +++ b/include/sys/t_lock.h @@ -0,0 +1,4 @@ +#ifndef _SPL_T_LOCK_H +#define _SPL_T_LOCK_H + +#endif /* SPL_T_LOCK_H */