include (untested) hash

This commit is contained in:
2022-09-25 19:31:11 +02:00
parent e858f69167
commit 54085fa351
7 changed files with 474 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
#include "likely.h"
#include "debug.h"
/* inspired by Linux kernel's <asm/bug.h> */
/* BUG functions inspired by Linux kernel's <asm/bug.h>
*/
#define panic() exit(0xff)