summaryrefslogtreecommitdiff
path: root/usbredirparser
diff options
context:
space:
mode:
Diffstat (limited to 'usbredirparser')
-rw-r--r--usbredirparser/usbredirparser.c1
-rw-r--r--usbredirparser/usbredirparser.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/usbredirparser/usbredirparser.c b/usbredirparser/usbredirparser.c
index 784f2e1..383b77f 100644
--- a/usbredirparser/usbredirparser.c
+++ b/usbredirparser/usbredirparser.c
@@ -1496,7 +1496,6 @@ void usbredirparser_send_buffered_bulk_packet(struct usbredirparser *parser,
/****** Serialization support ******/
-#define USBREDIRPARSER_SERIALIZE_MAGIC 0x55525031
#define USBREDIRPARSER_SERIALIZE_BUF_SIZE 65536
/* Serialization format, send and receiving endian are expected to be the same!
diff --git a/usbredirparser/usbredirparser.h b/usbredirparser/usbredirparser.h
index db0bc35..fbadbb8 100644
--- a/usbredirparser/usbredirparser.h
+++ b/usbredirparser/usbredirparser.h
@@ -22,6 +22,8 @@
#include "usbredirproto.h"
+#define USBREDIRPARSER_SERIALIZE_MAGIC 0x55525031
+
#ifdef __cplusplus
extern "C" {
#endif