diff options
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 */ | ||
