From 960330c5d843d1aa96aa191fc27f72da563293ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 21:31:48 +0300 Subject: new include structure, make parse easier for doxy --- include/arch/types.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/arch/types.h') diff --git a/include/arch/types.h b/include/arch/types.h index d8e93a9..c77af6f 100644 --- a/include/arch/types.h +++ b/include/arch/types.h @@ -11,6 +11,10 @@ * \todo Fix incorrect include file reference in doxygen. */ -#include +#if defined(riscv64) +#include "../../arch/riscv64/include/types.h" +#elif defined(riscv32) +#include "../../arch/riscv64/include/types.h" +#endif #endif /* APOS_ARCH_TYPES_H */ -- cgit v1.3