2025-04-27 07:49:33 -04:00

31 lines
645 B
C

/** FILE: cyydel.h********* Module Header ********************************
*
* Header for cyydel module.
*
*
* Copyright (C) 2000 Cyclades Corporation
*
*************************************************************************/
#ifndef CYYDEL_H
#define CYYDEL_H
//==========================================================================
// Function Prototypes
//==========================================================================
void
DeleteNonPresentDevices(
);
DWORD
GetParentIdAndRemoveChildren(
IN PSP_DEVINFO_DATA DeviceInfoData
);
#endif // CYYDEL_H