]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/Include/Library/CacheAsRamLib.h
4a517ba2b5cb88d1389c1b20dd8ce5bd93960c0d
[mirror_edk2.git] / IntelFspPkg / Include / Library / CacheAsRamLib.h
1 /** @file
2
3 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 **/
7
8 #ifndef _CACHE_AS_RAM_LIB_H_
9 #define _CACHE_AS_RAM_LIB_H_
10
11 /**
12 This function disable CAR.
13
14 @param[in] DisableCar TRUE means use INVD, FALSE means use WBINVD
15
16 **/
17 VOID
18 EFIAPI
19 DisableCacheAsRam (
20 IN BOOLEAN DisableCar
21 );
22
23 #endif
24