diff options
Diffstat (limited to 'hid/src/inline.h')
-rw-r--r-- | hid/src/inline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/inline.h b/hid/src/inline.h new file mode 100644 index 00000000..25e50329 --- /dev/null +++ b/hid/src/inline.h @@ -0,0 +1 @@ +#define INLINE inline __attribute__((always_inline)) |