1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 21:30:59 +00:00
serenity/Kernel/Arch/aarch64/Prekernel/Prekernel.h
Timon Kruiper e80d8d697c Kernel: Replace Prekernel::halt with Processor::halt in aarch64 build
This allows us to get rid of one more Prekernel file.
2022-05-12 23:14:05 +02:00

14 lines
215 B
C++

/*
* Copyright (c) 2021, James Mintram <me@jamesrm.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Prekernel {
void drop_to_exception_level_1();
void init_prekernel_page_tables();
}