diff options
Diffstat (limited to '')
| -rw-r--r-- | src/arch/portable.h | 5 |
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 */ | ||
