forked from eden-emu/eden
kernel: remove kernel_
This commit is contained in:
parent
9368e17a92
commit
c0b9e93b77
41 changed files with 290 additions and 295 deletions
|
@ -18,7 +18,7 @@ class KSession final : public KAutoObjectWithSlabHeapAndContainer<KSession, KAut
|
|||
KERNEL_AUTOOBJECT_TRAITS(KSession, KAutoObject);
|
||||
|
||||
public:
|
||||
explicit KSession(KernelCore& kernel_);
|
||||
explicit KSession(KernelCore& kernel);
|
||||
~KSession() override;
|
||||
|
||||
void Initialize(KClientPort* port, uintptr_t name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue