summaryrefslogtreecommitdiff
path: root/inc/efilink.h
diff options
context:
space:
mode:
authorb'Nigel Croxon <allura@localhost>2021-04-05 14:11:15 +0000
committerb'Nigel Croxon <allura@localhost>2021-04-05 14:11:15 +0000
commit2a1200f36faf0d67c7150686e44c578c19a897ef (patch)
tree259022cc4168d92a2340d9fa160caabe090cf59c /inc/efilink.h
parent2cdf05814d5a2eac7d7145c1218c3e1a6bf85166 (diff)
parent6c04004f63b963448d17ecb46b1d48824a20d00e (diff)
downloadgnu-efi-2a1200f36faf0d67c7150686e44c578c19a897ef.tar.gz
Merge /u/kagurazakakotor/gnu-efi/ branch shell-protocol into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/13/
Diffstat (limited to 'inc/efilink.h')
-rw-r--r--inc/efilink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/efilink.h b/inc/efilink.h
index 3cba56b..31f2ac6 100644
--- a/inc/efilink.h
+++ b/inc/efilink.h
@@ -28,7 +28,7 @@ Revision History
typedef struct _LIST_ENTRY {
struct _LIST_ENTRY *Flink;
struct _LIST_ENTRY *Blink;
-} LIST_ENTRY;
+} LIST_ENTRY, EFI_LIST_ENTRY;
#endif