rename panic to interrupts to better reflect it's future role
This commit is contained in:
parent
16124277ee
commit
b37f890266
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include <stddef.h>
|
||||
#include <drivers/uart.h>
|
||||
#include <syscon/syscon.h>
|
||||
#include <kernel/panic.h>
|
||||
#include <kernel/interrupts.h>
|
||||
#include <kernel/memory.h>
|
||||
|
||||
void kmain()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue