summaryrefslogtreecommitdiffhomepage
path: root/Private
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-28 14:56:11 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-28 15:01:38 +0100
commit215518ae55a54973a1ae18f572ca5bf0ac2a499e (patch)
tree672cf9d94d0d5c3b5276d58edf3b7179100e493e /Private
parent84cc6ff6f43b48383248282743efc514946db641 (diff)
Kernel: Move CA_FAR CA_NEAR into x86 code only.
Kernel: Breaking changes, removed kObjectTypeProcess and KObjectTypeUserDefined with kObjectTypeGeneric. Makefile: Move ' -I../ -I../../../Private/ ' to CCINC variable. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private')
-rw-r--r--Private/ObjectKit/ObjectKit.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Private/ObjectKit/ObjectKit.hxx b/Private/ObjectKit/ObjectKit.hxx
index 5569ac51..384bf145 100644
--- a/Private/ObjectKit/ObjectKit.hxx
+++ b/Private/ObjectKit/ObjectKit.hxx
@@ -12,12 +12,11 @@
#define kObjectGlobalNamespace ":\\"
enum {
- kObjectTypeProcess,
+ kObjectTypeGeneric,
kObjectTypeFile,
kObjectTypeDevice,
kObjectTypeNetwork,
kObjectTypeInvalid,
- KObjectTypeUserDefined = 0xCF,
kObjectTypeCount = 5,
};