From a389fbf9c977d50c492d8efb6b9e260572f1eb9a Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 Jul 2016 04:09:06 -0400 Subject: daemon: added initial definitions and interface declarations. --- include/ptycon/ptycon.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 2f111b7..ce0fbd7 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -18,6 +18,12 @@ extern "C" { #endif #endif +/* daemon */ +#define PTYC_PORT_GUID_DAEMON {0x38a31275, \ + 0x8c52, \ + 0x4285, \ + {0xaa,0x34,0x70,0xe0,0x6c,0x30,0x6d,0xe5}} + /* status codes */ #define PTYC_OK 0x00 #define PTYC_USAGE 0x01 -- cgit v1.2.3