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