Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

pnpcvrt.h

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1995 Microsoft Corporation 00004 00005 Module Name: 00006 00007 pnpcvrt.h 00008 00009 Abstract: 00010 00011 This module contains the declarations for the internal APIs used to 00012 convert PNP resource descriptors to NT descriptors. 00013 00014 Author: 00015 00016 Robert Nelson (robertn) 10/13/97 00017 00018 00019 Revision History: 00020 00021 00022 --*/ 00023 00024 #ifndef _PNPCVRT_ 00025 #define _PNPCVRT_ 00026 00027 VOID 00028 PpBiosResourcesSetToDisabled ( 00029 IN OUT PUCHAR BiosData, 00030 OUT PULONG Length 00031 ); 00032 00033 #define PPCONVERTFLAG_SET_RESTART_LCPRI 0x00000001 00034 #define PPCONVERTFLAG_FORCE_FIXED_IO_16BIT_DECODE 0x00000002 00035 00036 NTSTATUS 00037 PpBiosResourcesToNtResources ( 00038 IN ULONG BusNumber, 00039 IN ULONG SlotNumber, 00040 IN OUT PUCHAR *BiosData, 00041 IN ULONG ConvertFlags, 00042 OUT PIO_RESOURCE_REQUIREMENTS_LIST *ReturnedList, 00043 OUT PULONG ReturnedLength 00044 ); 00045 00046 NTSTATUS 00047 PpCmResourcesToBiosResources ( 00048 IN PCM_RESOURCE_LIST CmResources, 00049 IN PUCHAR BiosRequirements, 00050 IN PUCHAR *BiosResources, 00051 IN PULONG Length 00052 ); 00053 00054 #endif // _PNPCVRT_

Generated on Sat May 15 19:41:15 2004 for test by doxygen 1.3.7