reactos/sdk/lib/drivers/wdf/shared/inc/private/um/ufxverifier.h

27 lines
329 B
C
Raw Normal View History

/*++
Copyright (c) Microsoft Corporation
Module Name:
UfxVerifier.h
Abstract:
This file contains UMDF verifier functions which are consumed by shared um
code but are implemented in drivers depot by UMDF framework.
Environment:
User mode only
Revision History:
--*/
VOID
UfxVerifierTrapNotImpl(
);