Changeset 5cbccd4 in mainline for uspace/lib/pcm/src/format.c
- Timestamp:
- 2017-06-15T17:26:44Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48197c1
- Parents:
- f4eb6c93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcm/src/format.c
rf4eb6c93 r5cbccd4 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.