mirror of
https://review.haiku-os.org/haiku
synced 2025-02-11 08:10:21 +01:00
7 lines
138 B
C
7 lines
138 B
C
|
#ifndef _KERNEL_ARCH_x86_64_ELF_H
|
||
|
#define _KERNEL_ARCH_x86_64_ELF_H
|
||
|
|
||
|
#include "../x86/arch_elf.h"
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_x86_64_ELF_H */
|