Renamed "interrupts.hpp" to "ints.hpp"

This commit is contained in:
Alex
2023-02-28 12:58:09 +02:00
parent 65dfa325e9
commit 75883030ad
19 changed files with 21 additions and 21 deletions

View File

@ -1,9 +1,9 @@
#ifndef __FENNIX_KERNEL_CRASH_HANDELR_H__
#define __FENNIX_KERNEL_CRASH_HANDELR_H__
#ifndef __FENNIX_KERNEL_CRASH_HANDLER_H__
#define __FENNIX_KERNEL_CRASH_HANDLER_H__
#include <types.h>
#include <interrupts.hpp>
#include <ints.hpp>
#include <cpu.hpp>
namespace CrashHandler
@ -15,4 +15,4 @@ namespace CrashHandler
void Handle(void *Data);
}
#endif // !__FENNIX_KERNEL_CRASH_HANDELR_H__
#endif // !__FENNIX_KERNEL_CRASH_HANDLER_H__