windows-nt/Source/XPSP1/NT/base/busdrv/isapnp/convert.c
2020-09-26 16:20:57 +08:00

33 lines
441 B
C

/*++
Copyright (c) 1991-2000 Microsoft Corporation
Module Name:
xlate.c
Abstract:
This file contains routines to translate resources between PnP ISA/BIOS
format and Windows NT formats.
Author:
Shie-Lin Tzong (shielint) 12-Apr-1995
Environment:
Kernel mode only.
Revision History:
--*/
#include "busp.h"
#include "pnpisa.h"
#include "cfg.h"
#if ISOLATE_CARDS
#include "..\..\ntos\io\pnpmgr\convert.c"
#endif