mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
18 lines
215 B
C
18 lines
215 B
C
/*++
|
|
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
ModuleName:
|
|
|
|
MxDeviceObjectUm.h
|
|
|
|
Abstract:
|
|
|
|
User Mode implementation of Device Object defined in MxDeviceObject.h
|
|
|
|
--*/
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "MxDeviceObject.h"
|