include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-tracepoint-event-write.h
index 1e019672bf1e8a7ba1b432a8e7cc648359384f17..69ad87e548c0d86076bf2c9b196d1bcf9fe38856 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #undef lttng_ust_field_integer
 #define lttng_ust_field_integer(_type, _item, _src)                            \
 #define lttng_ust_field_string(_item, _src)                                    \
        lttng_ust__field_string(_item, _src, 0)
 
-#undef ctf_unused
-#define ctf_unused(_src)                                       \
-       _ctf_unused(_src)
+#undef lttng_ust_field_unused
+#define lttng_ust_field_unused(_src)                                   \
+       lttng_ust__field_unused(_src)
 
-#undef ctf_enum
-#define ctf_enum(_provider, _name, _type, _item, _src)                 \
-       _ctf_enum(_provider, _name, _type, _item, _src, 0)
+#undef lttng_ust_field_enum
+#define lttng_ust_field_enum(_provider, _name, _type, _item, _src)                     \
+       lttng_ust__field_enum(_provider, _name, _type, _item, _src, 0)
This page took 0.023219 seconds and 4 git commands to generate.