17#ifndef __FILE_SYSTEM_INFO_H__
18#define __FILE_SYSTEM_INFO_H__
20#define EFI_FILE_SYSTEM_INFO_ID \
22 0x9576e93, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
59#define SIZE_OF_EFI_FILE_SYSTEM_INFO OFFSET_OF (EFI_FILE_SYSTEM_INFO, VolumeLabel)
unsigned short CHAR16
Definition ProcessorBind.h:105
unsigned int UINT32
Definition ProcessorBind.h:102
EFI_GUID gEfiFileSystemInfoGuid
unsigned char BOOLEAN
Definition actypes.h:235
COMPILER_DEPENDENT_UINT64 UINT64
Definition actypes.h:239
Definition FileSystemInfo.h:25
BOOLEAN ReadOnly
Definition FileSystemInfo.h:33
UINT64 VolumeSize
Definition FileSystemInfo.h:37
UINT64 FreeSpace
Definition FileSystemInfo.h:41
UINT32 BlockSize
Definition FileSystemInfo.h:45
UINT64 Size
Definition FileSystemInfo.h:29