summaryrefslogtreecommitdiffstats
path: root/gisi
diff options
context:
space:
mode:
Diffstat (limited to 'gisi')
-rw-r--r--gisi/pipe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gisi/pipe.c b/gisi/pipe.c
index 31be675f..aebd1bf4 100644
--- a/gisi/pipe.c
+++ b/gisi/pipe.c
@@ -30,7 +30,8 @@
#include "client.h"
#include "pipe.h"
-#define PN_PIPE 0xd9
+#define PN_PIPE 0xD9
+#define PN_PIPE_INVALID_HANDLE 0xFF
struct isi_pipe_create_req {
uint8_t cmd;
@@ -72,8 +73,6 @@ struct isi_pipe_resp {
uint8_t error2;
};
-#define PN_PIPE_INVALID_HANDLE 0xff
-
enum isi_pipe_message_id {
PNS_PIPE_CREATE_REQ,
PNS_PIPE_CREATE_RESP,