adapterdebug.h 503 B

1234567891011121314151617181920212223242526272829303132
  1. #ifndef _ADAPTER_DEBUG_H
  2. #define _ADAPTER_DEBUG_H
  3. /*++
  4. Copyright (c) 1999 Intel Corporation
  5. Module Name:
  6. AdapterDebug.h
  7. Abstract:
  8. Protocol to debug the EDD 3.0 enablement of BIOS option ROMs
  9. Revision History
  10. --*/
  11. // {82F86881-282B-11d4-BC7D-0080C73C8881}
  12. #define ADAPTER_DEBUG_PROTOCOL \
  13. { 0x82f86881, 0x282b, 0x11d4, {0xbc, 0x7d, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
  14. //
  15. // This protocol points to the BIOS_LEGACY_DRIVE data structure
  16. // see edd.h for more details
  17. //
  18. #endif