7 lines
157 B
C
7 lines
157 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <types.h>
|
|
|
|
UInt64 OSServiceMemoryAllocate(UInt64 size); |