]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/TianoTools/Include/Protocol/FileSystemVolumeLabelInfo.h
1. Removed the unnecessary #include statements and include files
[mirror_edk2.git] / Tools / Source / TianoTools / Include / Protocol / FileSystemVolumeLabelInfo.h
CommitLineData
21b50a27 1/** @file\r
2 FileSystemVolumeLabelInfo protocol as defined in the EFI 1.0 specification.\r
3\r
4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
13 Module Name: FileSystemVolumeLabelInfo.h\r
14\r
15**/\r
16\r
17#ifndef __FILE_SYSTEM_VOLUME_LABEL_INFO_H__\r
18#define __FILE_SYSTEM_VOLUME_LABEL_INFO_H__\r
19\r
20#define EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID \\r
21 { \\r
22 0xDB47D7D3, 0xFE81, 0x11d3, {0x9A, 0x35, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } \\r
23 }\r
24\r
25//\r
26// Protocol Name defined in spec.\r
27//\r
28#define EFI_FILE_SYSTEM_VOLUME_LABEL_ID \\r
29 EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID\r
30\r
31typedef struct {\r
32 CHAR16 VolumeLabel[1];\r
33} EFI_FILE_SYSTEM_VOLUME_LABEL_INFO;\r
34\r
35typedef EFI_FILE_SYSTEM_VOLUME_LABEL_INFO EFI_FILE_SYSTEM_VOLUME_LABEL;\r
36\r
37#define SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL_INFO \\r
38 EFI_FIELD_OFFSET (EFI_FILE_SYSTEM_VOLUME_LABEL_INFO, VolumeLabel)\r
39\r
40extern EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid;\r
41\r
42#endif\r