1 /******************************************************************************
4 Lantiq Deutschland GmbH
6 For licensing information, see the file 'LICENSE' in the root folder of
9 ******************************************************************************/
10 #ifndef __LOGSERVER_PROTOCOL_H__
11 #define __LOGSERVER_PROTOCOL_H__
14 #define MTLK_IDEFS_PACKING 1
15 #include "mtlkidefs.h"
17 /* This message is sent by log server on each connection prior to
19 * NOTE: all fields are in network order
21 #define LOGSRV_INFO_MAGIC 0xABCDDCBA
25 uint32 magic
; /* LOGSRV_INFO_MAGIC */
26 uint32 size
; /* sizeof(struct logsrv_info) */
31 #define MTLK_IDEFS_OFF
32 #include "mtlkidefs.h"
34 #endif /* __LOGSERVER_PROTOCOL_H__ */