From 81a5311349564a1016c4af2bf18ae872b650e85b Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Wed, 26 Sep 2018 02:57:24 +0300 Subject: moved kvmd to the root --- hid/src/inline.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hid/src/inline.h (limited to 'hid/src/inline.h') diff --git a/hid/src/inline.h b/hid/src/inline.h new file mode 100644 index 00000000..5b642a83 --- /dev/null +++ b/hid/src/inline.h @@ -0,0 +1,3 @@ +#pragma once + +#define INLINE inline __attribute__((always_inline)) -- cgit v1.2.3