aboutsummaryrefslogtreecommitdiff
path: root/src/arch/portable.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
commit1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (patch)
tree3eddf00f6f44356596b688325d4ef197c0e673e0 /src/arch/portable.h
parentaa306fa0a2047f30d585da7923f963e8d321aa0b (diff)
downloadnissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.tar.gz
nissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.zip
Added include guardsHEADmasterinclude-guards
Diffstat (limited to 'src/arch/portable.h')
-rw-r--r--src/arch/portable.h5
1 files changed, 5 insertions, 0 deletions
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 @@
1#ifndef ARCH_PORTABLE_H
2#define ARCH_PORTABLE_H
3
1#define STATIC_CUBE(c_ufr, c_ubl, c_dfl, c_dbr, c_ufl, c_ubr, c_dfr, c_dbl, \ 4#define STATIC_CUBE(c_ufr, c_ubl, c_dfl, c_dbr, c_ufl, c_ubr, c_dfr, c_dbl, \
2 e_uf, e_ub, e_db, e_df, e_ur, e_ul, e_dl, e_dr, e_fr, e_fl, e_bl, e_br) \ 5 e_uf, e_ub, e_db, e_df, e_ur, e_ul, e_dl, e_dr, e_fr, e_fl, e_bl, e_br) \
3 ((cube_t) { \ 6 ((cube_t) { \
@@ -407,3 +410,5 @@ invcoord_epudsep(uint64_t c)
407 invcoord_epudsep_array(c, ret.edge); 410 invcoord_epudsep_array(c, ret.edge);
408 return ret; 411 return ret;
409} 412}
413
414#endif /* ARCH_PORTABLE_H */

Generated with cgit - Back to sebastiano.tronto.net