Windows2000/private/ntos/io/pnpcvrt.c
2020-09-30 17:12:32 +02:00

22 lines
375 B
C

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
pnpcvrt.c
Abstract:
This module contains support routines for the translating PnP resources.
Author:
Robert Nelson (robertn) 13-October-1997
Environment:
Kernel mode
--*/
#include "iop.h"
#pragma hdrstop
// Include code from pnp
// This is a cpp style symbolic link
#include "..\pnp\convert.c"