Add missing stub headers
This commit is contained in:
parent
121d48c97d
commit
1e4ed6c990
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_CRC32_H
|
||||
#define _SPL_CRC32_H
|
||||
|
||||
#endif /* SPL_CRC32_H */
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef _SPL_EFI_PARTITION_H
|
||||
#define _SPL_EFI_PARTITION_H
|
||||
|
||||
#endif /* SPL_EFI_PARTITION_H */
|
Loading…
Reference in New Issue