Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 1051d0f

Browse files
author
leo
committed
libefiwrapper: move eraseblk.h from public include directory
It is only included by source files of the lib itself. Also use quote include variant for media.h otherwise the preprocessor will fail to find it without additional -I directive. Signed-off-by: leo <[email protected]>
1 parent 4d8d014 commit 1051d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libefiwrapper/eraseblk.h renamed to libefiwrapper/eraseblk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <efi.h>
3434
#include <efiapi.h>
3535
#include <protocol/EraseBlock.h>
36-
#include <media.h>
36+
#include "media.h"
3737

3838
EFI_STATUS erase_block_init(EFI_SYSTEM_TABLE *st, media_t *media, EFI_HANDLE *handle);
3939
EFI_STATUS erase_block_free(EFI_SYSTEM_TABLE *st, EFI_HANDLE handle);

0 commit comments

Comments
 (0)