]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/Spi/Smm/PchSpi.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Spi / Smm / PchSpi.h
1 /** @file
2 Header file for the PCH SPI SMM Driver.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef _PCH_SPI_H_
11 #define _PCH_SPI_H_
12
13 #include <Library/IoLib.h>
14 #include <Library/DebugLib.h>
15 #include <Library/S3BootScriptLib.h>
16 #include <Library/UefiDriverEntryPoint.h>
17 #include <Library/UefiBootServicesTableLib.h>
18 #include <Library/BaseLib.h>
19 #include <Protocol/Spi.h>
20 #include "SpiCommon.h"
21 #include <Library/SmmServicesTableLib.h>
22 #include <IntelQNCRegs.h>
23 #include <Library/IntelQNCLib.h>
24 #include <Library/QNCAccessLib.h>
25 #include <Library/TimerLib.h>
26
27 VOID
28 EFIAPI
29 SpiPhaseInit (
30 VOID
31 )
32 /*++
33 Routine Description:
34
35 This function is a hook for Spi Smm phase specific initialization
36
37 Arguments:
38
39 None
40
41 Returns:
42
43 None
44
45 --*/
46 ;
47 #endif