summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/ARM64/ApplicationProcessor.h
blob: e987cf8142f8eaaf1506114058b612513e5148c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -------------------------------------------

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

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

#pragma once

#include <NewKit/Defines.h>
#include <HALKit/ARM64/Processor.h>

/************************************************** */
/*     INITIALIZE THE GIC ON CPU.              */
/************************************************** */

namespace Kernel
{
	BOOL mp_initialize_gic(Kernel::Void);
}