]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/ShellFile.h
Add function headers & file header for public header files
[mirror_edk2.git] / MdeModulePkg / Include / Guid / ShellFile.h
CommitLineData
1e354c03 1/** @file\r
2 This file defnies FFS GUID Filename for EFI Shell.\r
3\r
4Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
20a16def 14\r
15#ifndef _SHELLFILE_H_\r
16#define _SHELLFILE_H_\r
17\r
18#define EFI_SHELL_FILE_GUID \\r
19 { 0xc57ad6b7, 0x0515, 0x40a8, {0x9d, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4e, 0x37 } }\r
20\r
21\r
22extern EFI_GUID gEfiShellFileGuid;\r
23\r
24#endif\r