diff options
Diffstat (limited to 'src/solvers/h48/gendata_h48.h')
| -rw-r--r-- | src/solvers/h48/gendata_h48.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h index 53b1fad..0b85e49 100644 --- a/src/solvers/h48/gendata_h48.h +++ b/src/solvers/h48/gendata_h48.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_H48_GENDATA_H48_H | ||
| 2 | #define SOLVERS_H48_GENDATA_H48_H | ||
| 3 | |||
| 1 | STATIC long long gendata_h48_dispatch( | 4 | STATIC long long gendata_h48_dispatch( |
| 2 | const char *, unsigned long long, unsigned char *); | 5 | const char *, unsigned long long, unsigned char *); |
| 3 | STATIC uint64_t gendata_h48short(gendata_h48short_arg_t [NON_NULL]); | 6 | STATIC uint64_t gendata_h48short(gendata_h48short_arg_t [NON_NULL]); |
| @@ -547,3 +550,5 @@ get_h48_pval_and_min( | |||
| 547 | *pval_min = tmin >> UINT8_C(4); | 550 | *pval_min = tmin >> UINT8_C(4); |
| 548 | return (t & H48_MASK(iext)) >> H48_SHIFT(iext); | 551 | return (t & H48_MASK(iext)) >> H48_SHIFT(iext); |
| 549 | } | 552 | } |
| 553 | |||
| 554 | #endif /* SOLVERS_H48_GENDATA_H48_H */ | ||
