Initial import of libustctl and libustcomm
[lttng-tools.git] / include / lttng-share.h
index f61e24dbbb05c9f145ee1a14cab585e8900b755d..812a0f05c1fe473878467075e14aaba73b68d5ae 100644 (file)
 #ifndef _LTTNG_SHARE_H
 #define _LTTNG_SHARE_H
 
+#include <asm/types.h>
 #include <stdint.h>
 
 typedef uint32_t u32;
 typedef uint64_t u64;
 
+typedef __s64 s64;
+
 #define LTTNG_RUNDIR        "/var/run/lttng"
 
 #endif /* _LTTNG_SHARE_H */
This page took 0.024479 seconds and 5 git commands to generate.