summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/Guid/FileInfo.h
diff options
context:
space:
mode:
authorMichael Brown2024-03-11 13:12:31 +0100
committerMichael Brown2024-03-13 15:48:44 +0100
commitdf2f23e333601e587f72c68cb7b7b116796f9d3c (patch)
tree8160f3a2479669d97e639e134841cc452e3860bd /src/include/ipxe/efi/Guid/FileInfo.h
parent[ci] Update action versions to silence GitHub warnings (diff)
downloadipxe-df2f23e333601e587f72c68cb7b7b116796f9d3c.tar.gz
ipxe-df2f23e333601e587f72c68cb7b7b116796f9d3c.tar.xz
ipxe-df2f23e333601e587f72c68cb7b7b116796f9d3c.zip
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Guid/FileInfo.h')
-rw-r--r--src/include/ipxe/efi/Guid/FileInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/Guid/FileInfo.h b/src/include/ipxe/efi/Guid/FileInfo.h
index 4fc9e860..62c5f4c0 100644
--- a/src/include/ipxe/efi/Guid/FileInfo.h
+++ b/src/include/ipxe/efi/Guid/FileInfo.h
@@ -49,6 +49,7 @@ typedef struct {
UINT64 Attribute;
///
/// The Null-terminated name of the file.
+ /// For a root directory, the name is an empty string.
///
CHAR16 FileName[1];
} EFI_FILE_INFO;