diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:50:34 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:50:34 +0200 |
| commit | 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (patch) | |
| tree | 3eddf00f6f44356596b688325d4ef197c0e673e0 /src/arch/common.h | |
| parent | aa306fa0a2047f30d585da7923f963e8d321aa0b (diff) | |
| download | nissy-core-include-guards.tar.gz nissy-core-include-guards.zip | |
Added include guardsHEADmasterinclude-guards
Diffstat (limited to 'src/arch/common.h')
| -rw-r--r-- | src/arch/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | #ifndef ARCH_COMMON_H | ||
| 2 | #define ARCH_COMMON_H | ||
| 3 | |||
| 1 | #define EOSHIFT UINT8_C(4) | 4 | #define EOSHIFT UINT8_C(4) |
| 2 | #define COSHIFT UINT8_C(5) | 5 | #define COSHIFT UINT8_C(5) |
| 3 | 6 | ||
| @@ -126,3 +129,5 @@ invcoord_epudsep_array(uint64_t c, uint8_t ret[8]) | |||
| 126 | k -= is; | 129 | k -= is; |
| 127 | } | 130 | } |
| 128 | } | 131 | } |
| 132 | |||
| 133 | #endif /* ARCH_COMMON_H */ | ||
