summaryrefslogtreecommitdiff
path: root/kernel/src/utils/gobject.hpp
blob: 18bbc5753fd62ddaf9e98a0a9e230e6bb9ac2f8d (plain)
1
2
3
4
5
6
#pragma once
#include <cstdint>

namespace gobject {
    inline std::uintptr_t kernel_root = 0;
};