diff options
Diffstat (limited to 'bootloader/disk.h')
| -rw-r--r-- | bootloader/disk.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootloader/disk.h b/bootloader/disk.h new file mode 100644 index 0000000..e291861 --- /dev/null +++ b/bootloader/disk.h @@ -0,0 +1,9 @@ +#ifndef DISK_H +#define DISK_H + +#include <efidef.h> +#include <stdint.h> + +void * EFIAPI LoadFile(CHAR16 * name, UINTN memtype, int32_t* filesize); + +#endif // DISK_H |
