xref: /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/adapterdebug.h (revision b2c829d73acfa2ef1ac1967460ebcec8f439b096)
1 /*	$NetBSD: adapterdebug.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $	*/
2 
3 #ifndef _ADAPTER_DEBUG_H
4 #define _ADAPTER_DEBUG_H
5 
6 /*++
7 
8 Copyright (c) 1999  Intel Corporation
9 
10 Module Name:
11 
12     AdapterDebug.h
13 
14 Abstract:
15 
16     Protocol to debug the EDD 3.0 enablement of BIOS option ROMs
17 
18 
19 
20 Revision History
21 
22 --*/
23 
24 // {82F86881-282B-11d4-BC7D-0080C73C8881}
25 #define ADAPTER_DEBUG_PROTOCOL \
26 { 0x82f86881, 0x282b, 0x11d4, {0xbc, 0x7d, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
27 
28 //
29 // This protocol points to the BIOS_LEGACY_DRIVE data structure
30 //  see edd.h for more details
31 //
32 
33 #endif
34 
35