TianoCore EDK2 master
Loading...
Searching...
No Matches
FileSystemInfo.h
Go to the documentation of this file.
1
11#ifndef __FILE_SYSTEM_INFO_H__
12#define __FILE_SYSTEM_INFO_H__
13
14#define EFI_FILE_SYSTEM_INFO_ID \
15 { \
16 0x9576e93, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
17 }
18
19typedef struct {
23 UINT64 Size;
27 BOOLEAN ReadOnly;
31 UINT64 VolumeSize;
35 UINT64 FreeSpace;
39 UINT32 BlockSize;
43 CHAR16 VolumeLabel[1];
45
53#define SIZE_OF_EFI_FILE_SYSTEM_INFO OFFSET_OF (EFI_FILE_SYSTEM_INFO, VolumeLabel)
54
55extern EFI_GUID gEfiFileSystemInfoGuid;
56
57#endif
Definition: Base.h:213