]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SataControllerGuid.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Guid / SataControllerGuid.h
1 /*++
2
3 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9 Module Name:
10
11 SataControllerGuid.h
12
13 Abstract:
14
15 GUID for use in describing SataController
16
17 --*/
18 #ifndef _SERIAL_ATA_CONTROLLER_GUID_H_
19 #define _SERIAL_ATA_CONTROLLER_GUID_H_
20
21 #ifdef ECP_FLAG
22 #define PCH_SATA_CONTROLLER_DRIVER_GUID \
23 { \
24 0xbb929da9, 0x68f7, 0x4035, 0xb2, 0x2c, 0xa3, 0xbb, 0x3f, 0x23, 0xda, 0x55 \
25 }
26 #else
27 #define PCH_SATA_CONTROLLER_DRIVER_GUID \
28 {\
29 0xbb929da9, 0x68f7, 0x4035, 0xb2, 0x2c, 0xa3, 0xbb, 0x3f, 0x23, 0xda, 0x55 \}
30
31 #endif
32
33 extern EFI_GUID gSataControllerDriverGuid;
34 #endif