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

	Copyright (C) 2024, 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);
}