summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-10-23 14:26:28 -0400
committerPeter Jones <pmjones@gmail.com>2018-03-12 16:21:43 -0400
commit1f1ec4cea8561d72734a56a76dc63a5c879bc994 (patch)
tree30c4578711efd8eff5728d5e493f0d0ccc1055ce /include/console.h
parentdc62a3c4dc3dd590fbba32c46b717088a132eb5e (diff)
downloadefi-boot-shim-1f1ec4cea8561d72734a56a76dc63a5c879bc994.tar.gz
efi-boot-shim-1f1ec4cea8561d72734a56a76dc63a5c879bc994.zip
Make sure all of our include files have proper guards.
... and make them all the same formatting too. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/console.h b/include/console.h
index 6481a3d3..c11d9bc8 100644
--- a/include/console.h
+++ b/include/console.h
@@ -1,5 +1,5 @@
-#ifndef _SHIM_LIB_CONSOLE_H
-#define _SHIM_LIB_CONSOLE_H 1
+#ifndef SHIM_CONSOLE_H
+#define SHIM_CONSOLE_H
EFI_STATUS
console_get_keystroke(EFI_INPUT_KEY *key);
@@ -42,7 +42,7 @@ EFI_STATUS
(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE) (
IN EFI_CONSOLE_CONTROL_PROTOCOL *This,
OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
- OUT BOOLEAN *GopUgaExists, OPTIONAL
+ OUT BOOLEAN *GopUgaExists, OPTIONAL
OUT BOOLEAN *StdInLocked OPTIONAL
);
@@ -97,4 +97,4 @@ extern VOID msleep(unsigned long msecs);
* console */
extern UINT8 in_protocol;
-#endif /* _SHIM_LIB_CONSOLE_H */
+#endif /* SHIM_CONSOLE_H */