mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-20 11:06:24 -05:00
15 lines
212 B
C
15 lines
212 B
C
#ifndef KERNAUX_INCLUDED_ASM_X86_64
|
|
#define KERNAUX_INCLUDED_ASM_X86_64
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <kernaux/arch/x86_64.h>
|
|
#include <kernaux/asm/x86.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|