mirror of
https://github.com/RGBCube/serenity
synced 2025-09-14 04:17:34 +00:00
Kernel: Add cross platform RegisterState header and Aarch64 version
A new RegisterState header includes the platform specific RegisterState header based on the platform being compiled. The Aarch64 RegisterState header contains stubs for Debug
This commit is contained in:
parent
0fbeac6011
commit
dfe4810c3a
9 changed files with 34 additions and 7 deletions
10
Kernel/Arch/aarch64/RegisterState.h
Normal file
10
Kernel/Arch/aarch64/RegisterState.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2018-2021, James Mintram <me@jamesrm.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
struct DebugRegisterState {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue