]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Protocol/HotPlugDevice.h
ae6ef46c93ef147c2f9197b443bc97c9cdc06f30
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / HotPlugDevice.h
1 /** @file
2 This guid is used to specify the device is the hot plug device.
3 If the device is the hot plug device, this guid as the protocol guid
4 will be installed into this device handle.
5
6 Copyright (c) 2006 - 2008, Intel Corporation
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 **/
16
17 #ifndef __HOT_PLUG_DEVICE_H__
18 #define __HOT_PLUG_DEVICE_H__
19
20 #define HOT_PLUG_DEVICE_GUID \
21 { 0x220ac432, 0x1d43, 0x49e5, {0xa7, 0x4f, 0x4c, 0x9d, 0xa6, 0x7a, 0xd2, 0x3b } }
22
23 extern EFI_GUID gEfiHotPlugDeviceGuid;
24 #endif