Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcm/src/format.c

    r5a6cc679 rb7fd2a0  
    4141
    4242#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)
    4348
    4449#define int8_t_le2host(x) (x)
Note: See TracChangeset for help on using the changeset viewer.