Fix headers include and rename kernctl.h header
[lttng-tools.git] / include / lttng-share.h
index b3495e1967f787b72c80de629ff5fb95a56c237a..4172c0a2f6b33ae6810395f4b1ea833066f12e3f 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;
-
 /* Default channel attributes */
 #define DEFAULT_CHANNEL_NAME                   "channel0"
 #define DEFAULT_CHANNEL_OVERWRITE              0       /* usec */
This page took 0.023136 seconds and 4 git commands to generate.