Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / wrapper / irqdesc.h
index 4670fc6476db9bda4e0eced669117a9b0663af94..d2032302dd922381f4bc596951d9e1165551772e 100644 (file)
@@ -1,16 +1,17 @@
-#ifndef _LTTNG_WRAPPER_IRQDESC_H
-#define _LTTNG_WRAPPER_IRQDESC_H
-
-/*
- * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+ *
+ * wrapper/irqdesc.h
  *
  * wrapper around irq_to_desc. Using KALLSYMS to get its address when
  * available, else we need to have a kernel that exports this function to GPL
  * modules.
  *
- * Dual LGPL v2.1/GPL v2 license.
+ * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
+#ifndef _LTTNG_WRAPPER_IRQDESC_H
+#define _LTTNG_WRAPPER_IRQDESC_H
+
 #include <linux/interrupt.h>
 #include <linux/irqnr.h>
 
This page took 0.023714 seconds and 4 git commands to generate.