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