reactos/win32ss/gdi/eng/engevent.h
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

12 lines
130 B
C

#pragma once
//
// Flags for the fFlags field of ENG_EVENT
//
enum _EVENTFLAGS
{
ENG_EVENT_USERMAPPED = 0x01
};
/* EOF */