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/common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/common.h') diff --git a/src/arch/common.h b/src/arch/common.h index a7c4a3b..973263f 100644 --- a/src/arch/common.h +++ b/src/arch/common.h @@ -1,3 +1,6 @@ +#ifndef ARCH_COMMON_H +#define ARCH_COMMON_H + #define EOSHIFT UINT8_C(4) #define COSHIFT UINT8_C(5) @@ -126,3 +129,5 @@ invcoord_epudsep_array(uint64_t c, uint8_t ret[8]) k -= is; } } + +#endif /* ARCH_COMMON_H */ -- cgit v1.3