diff options
author | Max <max.suraev@fairwaves.co> | 2014-06-04 19:07:41 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2014-06-16 14:33:27 +0200 |
commit | 537770174625cd3ce5c165ab0289aef5d974dac3 (patch) | |
tree | faf473b5c47f98bca1ffc76f4d501ad613c1748f /include/osmocom/core/bits.h | |
parent | 12ba778afdb797575e05284decd34cf2c27e3647 (diff) |
core: Add generic LE/BE load/store uint type convertors and use them in msgb
Submitted-by: Max <max.suraev@fairwaves.co>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/osmocom/core/bits.h')
-rw-r--r-- | include/osmocom/core/bits.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/core/bits.h b/include/osmocom/core/bits.h index d4ab5056..f3045e47 100644 --- a/include/osmocom/core/bits.h +++ b/include/osmocom/core/bits.h @@ -1,6 +1,11 @@ #pragma once #include <stdint.h> +#include <stddef.h> + +#include <osmocom/core/bit16gen.h> +#include <osmocom/core/bit32gen.h> +#include <osmocom/core/bit64gen.h> /*! \defgroup bits soft, unpacked and packed bits * @{ |