libkernaux/include/kernaux/asm/x86_64.h

17 lines
242 B
C
Raw Normal View History

#ifndef KERNAUX_INCLUDED_ASM_X86_64
2021-12-20 06:17:53 +00:00
#define KERNAUX_INCLUDED_ASM_X86_64
#ifdef __cplusplus
extern "C" {
#endif
#include <kernaux/arch/x86_64.h>
2022-01-11 05:55:19 +00:00
void kernaux_asm_x86_64_hang() __attribute__((noreturn));
#ifdef __cplusplus
}
#endif
#endif