47735bb1bd
del: KSH
10 lines
240 B
C
10 lines
240 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
|
|
#include <types.h>
|
|
|
|
Int32 OSServiceProcessExit(Int32 code);
|
|
Int32 OSServiceProcessSpawn(const char* path);
|
|
Int32 OSServiceProcessWait(UInt64 pid); |