include (untested) hash

This commit is contained in:
2022-09-25 19:31:11 +02:00
parent bb5ddc1772
commit 17cabaddb7
6 changed files with 472 additions and 2 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)