summaryrefslogtreecommitdiff
path: root/controller/fw/sr_global.h
blob: 8aa219df0b6f0032efb6fd1452f552b401b09d4e (plain)
1
2
3
4
5
6
7
8
#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__ */