Changes in uspace/lib/pcm/src/format.c [b7fd2a0:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcm/src/format.c
rb7fd2a0 r5a6cc679 41 41 42 42 #include "format.h" 43 44 #define uint8_t_le2host(x) (x)45 #define host2uint8_t_le(x) (x)46 #define uint8_t_be2host(x) (x)47 #define host2uint8_t_be(x) (x)48 43 49 44 #define int8_t_le2host(x) (x)
Note:
See TracChangeset
for help on using the changeset viewer.