Make a KernelObject base class for all Capabilities.
This commit is contained in:
parent
d358c1d672
commit
4e278a4664
9 changed files with 50 additions and 21 deletions
5
zion/object/kernel_object.h
Normal file
5
zion/object/kernel_object.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "lib/ref_counted.h"
|
||||
|
||||
class KernelObject : public RefCounted<KernelObject> {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue