Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
667 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. kdext.h
  5. Abstract:
  6. Header files for KD extension
  7. Author:
  8. Stephane Plante (splante) 21-Mar-1997
  9. Based on Code by:
  10. Peter Wieland (peterwie) 16-Oct-1995
  11. Environment:
  12. User Mode.
  13. Revision History:
  14. --*/
  15. #ifndef _BUILD_H_
  16. #define _BUILD_H_
  17. VOID
  18. dumpAcpiBuildList(
  19. PUCHAR ListName
  20. );
  21. VOID
  22. dumpAcpiBuildLists(
  23. VOID
  24. );
  25. VOID
  26. dumpBuildDeviceListEntry(
  27. IN PLIST_ENTRY ListEntry,
  28. IN ULONG_PTR Address,
  29. IN ULONG Verbose
  30. );
  31. #endif