Adding ordinal enums to kernel modules.

Access via xe::kernel::modules::xboxkrnl::ordinals::MyFunction
(or just ordinals::MyFunction when in the namespace).
Some collisions occurred - just added random suffixes for now.
This commit is contained in:
Ben Vanik
2013-05-26 19:28:46 -07:00
parent 87b8ebd613
commit a332faf419
11 changed files with 114 additions and 10 deletions

View File

@@ -5,6 +5,7 @@
'xam_info.h',
'xam_module.cc',
'xam_module.h',
'xam_ordinals.h',
'xam_state.cc',
'xam_state.h',
'xam_table.inc',