kernel-dev/include/kernel/arch/x86_64/kernel.h

8 lines
79 B
C

#ifndef X86_64_KERNEL_H
#define X86_64_KERNEL_H 1
#include <types.h>
#endif