aboutsummaryrefslogtreecommitdiff
path: root/include/flatcc/flatcc_unaligned.h
blob: a7dc546111cd4bc0748c44a331ab7aea61bea4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef FLATCC_UNLIGNED_H
#define FLATCC_UNLIGNED_H

#ifdef __cplusplus
extern "C" {
#endif

#include "flatcc/portable/punaligned.h"

#define FLATCC_ALLOW_UNALIGNED_ACCESS PORTABLE_UNALIGNED_ACCESS

#ifdef __cplusplus
}
#endif

#endif /* FLATCC_UNLIGNED_H */