TianoCore EDK2 master
Loading...
Searching...
No Matches
FatLiteApi.h
Go to the documentation of this file.
1
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