Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / sdk / include / ddk / rxtypes.h
1 #ifndef _RXTYPES_INCL
2 #define _RXTYPES_INCL
3
4 #include "nodetype.h"
5
6 #define RxMaximumWorkQueue 3
7
8 typedef KSPIN_LOCK RX_SPIN_LOCK;
9 typedef PKSPIN_LOCK PRX_SPIN_LOCK;
10
11 #endif