summaryrefslogtreecommitdiff
path: root/include/netboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netboot.h')
-rw-r--r--include/netboot.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/netboot.h b/include/netboot.h
index 6417373b..d1ad1257 100644
--- a/include/netboot.h
+++ b/include/netboot.h
@@ -1,9 +1,10 @@
-#ifndef _NETBOOT_H_
-#define _NETBOOT_H_
+#ifndef SHIM_NETBOOT_H
+#define SHIM_NETBOOT_H
extern BOOLEAN findNetboot(EFI_HANDLE image_handle);
extern EFI_STATUS parseNetbootinfo(EFI_HANDLE image_handle);
extern EFI_STATUS FetchNetbootimage(EFI_HANDLE image_handle, VOID **buffer, UINT64 *bufsiz);
-#endif
+
+#endif /* SHIM_NETBOOT_H */