diff options
author | Brian Behlendorf <[email protected]> | 2009-01-09 14:04:13 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-01-09 14:04:13 -0800 |
commit | 0e4141494611ec11b08c411e25d1fd878691de56 (patch) | |
tree | 234c07efc662749def58d1fd8689880422ff2724 /include/sys/bootconf.h | |
parent | 97735c39e37f1b644ba09755173dd2b3de95ab47 (diff) |
Add two new stub headers
Diffstat (limited to 'include/sys/bootconf.h')
-rw-r--r-- | include/sys/bootconf.h | 4 |
1 files changed, 4 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 */ |