This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
portland-os/src/kernel/panic.h

4 lines
No EOL
117 B
C

#include <stdint.h>
void panic(uint8_t *message) __attribute__ ((noreturn));
void halt() __attribute__ ((noreturn));