mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04: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
|