1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:28:12 +00:00

Kernel: Remove unused header from Aarch64_asm_utils

This commit is contained in:
James Mintram 2021-10-17 14:02:32 +01:00 committed by Brian Gianforcaro
parent ddce053f6c
commit 4bc5936a57

View file

@ -6,8 +6,6 @@
#pragma once
#include "AarchRegisters.h"
extern "C" uint8_t get_current_exception_level();
extern "C" void wait_cycles(int n);