aboutsummaryrefslogtreecommitdiffstats
path: root/bootloader/disk.h
blob: e291861b252ef70b28637ead61cf9c5a3b9bbc91 (plain) (blame)
1
2
3
4
5
6
7
8
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