TianoCore EDK2 master
|
#include "Fat.h"
Go to the source code of this file.
Variables | |
EFI_LOCK | FatFsLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_CALLBACK) |
EFI_LOCK | FatTaskLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_NOTIFY) |
EFI_FILE_PROTOCOL | FatFileInterface |
Global data in the FAT Filesystem driver.
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Data.c.
EFI_FILE_PROTOCOL FatFileInterface |
EFI_LOCK FatFsLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_CALLBACK) |
EFI_LOCK FatTaskLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_NOTIFY) |