VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/FatPkg/FatPei/FatLiteApi.h

Last change on this file was 99404, checked in by vboxsync, 17 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 365 bytes
Line 
1/** @file
2 Definitions for FAT recovery PEIM API functions
3
4Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5
6SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#ifndef _FAT_API_H_
11#define _FAT_API_H_
12
13//
14// API data structures
15//
16typedef VOID *PEI_FILE_HANDLE;
17
18typedef enum {
19 Fat12,
20 Fat16,
21 Fat32,
22 FatUnknown
23} PEI_FAT_TYPE;
24
25#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette