mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:13:04 +00:00
- sort wdm.h a bit more
- add missing NTAPI - move TIMER_TYPE to ntdef.h - remove duplicate port and register functions - add volatile keyword where appropriate to register access inline functions - Use result variable in IoGetRemainingStackSize inline function to avoid a warning svn path=/branches/header-work/; revision=45816
This commit is contained in:
parent
c621463e40
commit
38322160da
3 changed files with 4964 additions and 5339 deletions
|
@ -92,6 +92,11 @@ typedef enum _EVENT_TYPE {
|
|||
SynchronizationEvent
|
||||
} EVENT_TYPE;
|
||||
|
||||
typedef enum _TIMER_TYPE {
|
||||
NotificationTimer,
|
||||
SynchronizationTimer
|
||||
} TIMER_TYPE;
|
||||
|
||||
//
|
||||
// FIXME
|
||||
// We should use the -fms-extensions compiler flag for gcc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue