ReactOS 0.4.15-dev-7931-gfd331f1
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: win32ss/drivers/miniport/vmx_svga/precomp.h
5 * PURPOSE: VMWARE SVGA-II Driver Header
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9#include <ntdef.h>
10#include <dderror.h>
11#include <miniport.h>
12#include <video.h>
13#include "vmx_regs.h"
14
15typedef struct _HW_DEVICE_EXTENSION
16{
unsigned short USHORT
Definition: pedump.c:61
PENG_EVENT SyncEvent
Definition: precomp.h:28
PHYSICAL_ADDRESS FrameBuffer
Definition: pc98vid.h:52
LARGE_INTEGER VramSize
Definition: precomp.h:19
PHYSICAL_ADDRESS VramBase
Definition: precomp.h:20
USHORT DisplayIndex
Definition: precomp.h:33
PVOID FrameBufferBase
Definition: precomp.h:24
VIDEO_MODE_INFORMATION CurrentMode
Definition: precomp.h:29
ULONG InterruptState
Definition: precomp.h:27
ULONG VideoModeCount
Definition: precomp.h:30
uint32_t * PULONG
Definition: typedefs.h:59
uint32_t ULONG
Definition: typedefs.h:59
struct _HW_DEVICE_EXTENSION * PHW_DEVICE_EXTENSION
struct _HW_DEVICE_EXTENSION HW_DEVICE_EXTENSION