8 lines
168 B
C
8 lines
168 B
C
#ifndef __SR_GLOBAL_H__
|
|
#define __SR_GLOBAL_H__
|
|
|
|
#define UNUSED(x) ((void) x)
|
|
|
|
static inline uint16_t htole(uint16_t val) { return val; }
|
|
|
|
#endif /* __SR_GLOBAL_H__ */
|