mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
26 lines
329 B
C
26 lines
329 B
C
/*++
|
|
|
|
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(
|
|
);
|