summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/SystemKit/TeamScheduler.h
blob: 92d3b5d6d332847af4bd90f125d61185d2fb5bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/* -------------------------------------------

	Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.

------------------------------------------- */

#pragma once

#include <NewKit/Defines.h>

/// @file TeamScheduler.h
/// @brief This file takes care of creating processes/threads from a subsystem context.

namespace Kernel
{
	class UserSubsystem;
	class UserEnvVar;
	class UserEnv;
} // namespace Kernel