diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/bootconf.h | 4 | ||||
-rw-r--r-- | include/sys/refstr.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/sys/bootconf.h b/include/sys/bootconf.h new file mode 100644 index 000000000..29c885a08 --- /dev/null +++ b/include/sys/bootconf.h @@ -0,0 +1,4 @@ +#ifndef _SPL_BOOTCONF_H +#define _SPL_BOOTCONF_H + +#endif /* SPL_BOOTCONF_H */ diff --git a/include/sys/refstr.h b/include/sys/refstr.h new file mode 100644 index 000000000..041ea23af --- /dev/null +++ b/include/sys/refstr.h @@ -0,0 +1,4 @@ +#ifndef _SPL_REFSTR_H +#define _SPL_REFSTR_H + +#endif /* SPL_REFSTR_H */ |