]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/FatPei/FatLiteApi.h
FatPkg: Refine casting expression result to bigger size
[mirror_edk2.git] / FatPkg / FatPei / FatLiteApi.h
CommitLineData
2f4dfa84
JJ
1/** @file\r
2 Definitions for FAT recovery PEIM API functions\r
3\r
4Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
5\r
6This program and the accompanying materials are licensed and made available\r
7under the terms and conditions of the BSD License which accompanies this\r
8distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _FAT_API_H_\r
17#define _FAT_API_H_\r
18\r
19//\r
20// API data structures\r
21//\r
22typedef VOID *PEI_FILE_HANDLE;\r
23\r
24typedef enum {\r
25 Fat12,\r
26 Fat16,\r
27 Fat32,\r
28 FatUnknown\r
29} PEI_FAT_TYPE;\r
30\r
31#endif\r