Cleanup: Move wrapper/ headers to include/wrapper/
[lttng-modules.git] / include / wrapper / types.h
diff --git a/include/wrapper/types.h b/include/wrapper/types.h
new file mode 100644 (file)
index 0000000..00d9af6
--- /dev/null
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * wrapper/types.h
+ *
+ * Copyright (C) 2017 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
+
+#ifndef _LTTNG_WRAPPER_TYPES_H
+#define _LTTNG_WRAPPER_TYPES_H
+
+#define LTTNG_SIZE_MAX (~(size_t)0)
+
+#endif /* _LTTNG_WRAPPER_TYPES_H */
This page took 0.02317 seconds and 4 git commands to generate.