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.

32 lines
473 B

  1. /*++
  2. Copyright (c) 1991-2000 Microsoft Corporation
  3. Module Name:
  4. xlate.c
  5. Abstract:
  6. This file contains routines to translate resources between PnP ISA/BIOS
  7. format and Windows NT formats.
  8. Author:
  9. Shie-Lin Tzong (shielint) 12-Apr-1995
  10. Environment:
  11. Kernel mode only.
  12. Revision History:
  13. --*/
  14. #include "busp.h"
  15. #include "pnpisa.h"
  16. #include "cfg.h"
  17. #if ISOLATE_CARDS
  18. #include "..\..\ntos\io\pnpmgr\convert.c"
  19. #endif