X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/86819ba9d8e30e7eeefd79ece41094a42e521d78..bf50959b8016adbf6b295178b26b8173514dd060:/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h?ds=inline diff --git a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h index cea81ce66..eb76d7c42 100644 --- a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h +++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h @@ -38,6 +38,8 @@ #include /* Macros: */ + #define GUID_COMPARE(a, b) (memcmp(a, b, sizeof(GUID_t)) == 0) + #define ARRAY_ELEMENTS(x) (sizeof(x) / sizeof(x[0])) #define UNICODE_STRING_t(x) struct \