00001 /*++ 00002 00003 Copyright (c) 1997 Microsoft Corporation 00004 00005 Module Name: 00006 00007 pnpcvrt.c 00008 00009 Abstract: 00010 00011 This module contains support routines for the translating PnP resources. 00012 00013 Author: 00014 00015 Robert Nelson (robertn) 13-October-1997 00016 00017 00018 Environment: 00019 00020 Kernel mode 00021 00022 --*/ 00023 00024 #include "iop.h" 00025 #pragma hdrstop 00026 00027 // 00028 // Include code from pnp 00029 // This is a cpp style symbolic link 00030 // 00031 #include "..\pnp\convert.c" 00032