From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/arch/portable.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/portable.h') diff --git a/src/arch/portable.h b/src/arch/portable.h index f1491f0..18fb6b8 100644 --- a/src/arch/portable.h +++ b/src/arch/portable.h @@ -1,3 +1,6 @@ +#ifndef ARCH_PORTABLE_H +#define ARCH_PORTABLE_H + #define STATIC_CUBE(c_ufr, c_ubl, c_dfl, c_dbr, c_ufl, c_ubr, c_dfr, c_dbl, \ e_uf, e_ub, e_db, e_df, e_ur, e_ul, e_dl, e_dr, e_fr, e_fl, e_bl, e_br) \ ((cube_t) { \ @@ -407,3 +410,5 @@ invcoord_epudsep(uint64_t c) invcoord_epudsep_array(c, ret.edge); return ret; } + +#endif /* ARCH_PORTABLE_H */ -- cgit v1.3