From 1f1ec4cea8561d72734a56a76dc63a5c879bc994 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 23 Oct 2017 14:26:28 -0400 Subject: Make sure all of our include files have proper guards. ... and make them all the same formatting too. Signed-off-by: Peter Jones --- include/httpboot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/httpboot.h') diff --git a/include/httpboot.h b/include/httpboot.h index 2d8d1a1f..b47f6a9d 100644 --- a/include/httpboot.h +++ b/include/httpboot.h @@ -31,11 +31,11 @@ * Corporation. */ -#ifndef _HTTPBOOT_H_ -#define _HTTPBOOT_H_ +#ifndef SHIM_HTTPBOOT_H +#define SHIM_HTTPBOOT_H extern BOOLEAN find_httpboot(EFI_HANDLE device); extern EFI_STATUS httpboot_fetch_buffer(EFI_HANDLE image, VOID **buffer, UINT64 *buf_size); -#endif +#endif /* SHIM_HTTPBOOT_H */ -- cgit v1.2.3