Moving misc stuff out of xbox.h.

Progress on #297.
This commit is contained in:
Ben Vanik
2015-06-27 11:44:40 -07:00
parent 7e0246c381
commit f07d620553
5 changed files with 13 additions and 17 deletions

View File

@@ -24,6 +24,10 @@ namespace kernel {
class NativeList;
class XEvent;
constexpr uint32_t X_CREATE_SUSPENDED = 0x00000004;
constexpr uint32_t X_TLS_OUT_OF_INDEXES = UINT32_MAX;
struct XAPC {
static const uint32_t kSize = 40;
static const uint32_t kDummyKernelRoutine = 0xF00DFF00;