mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-11-16 22:35:26 -08:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef PANIC_H
|
|
#define PANIC_H
|
|
|
|
void panic(const char *message);
|
|
|
|
#endif // PANIC_H
|