mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
29 lines
333 B
C++
29 lines
333 B
C++
/*++
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
FxRequestBaseUm.hpp
|
|
|
|
Abstract:
|
|
|
|
This module implements km specific functions for FxRequestBase.
|
|
|
|
Author:
|
|
|
|
|
|
|
|
Environment:
|
|
|
|
User mode only
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _FXREQUESTBASEUM_HPP_
|
|
#define _FXREQUESTBASEUM_HPP_
|
|
|
|
#endif // _FXREQUESTBASEUM_HPP
|
|
|