eal/bsd: fix inappropriate header guards
authorCunming Liang <cunming.liang@intel.com>
Mon, 20 Jul 2015 03:02:25 +0000 (11:02 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Jul 2015 21:04:17 +0000 (23:04 +0200)
Signed-off-by: Cunming Liang <cunming.liang@intel.com>
lib/librte_eal/bsdapp/eal/include/exec-env/rte_interrupts.h

index d4c388f..d5f391f 100644 (file)
@@ -35,8 +35,8 @@
 #error "don't include this file directly, please include generic <rte_interrupts.h>"
 #endif
 
-#ifndef _RTE_LINUXAPP_INTERRUPTS_H_
-#define _RTE_LINUXAPP_INTERRUPTS_H_
+#ifndef _RTE_BSDAPP_INTERRUPTS_H_
+#define _RTE_BSDAPP_INTERRUPTS_H_
 
 enum rte_intr_handle_type {
        RTE_INTR_HANDLE_UNKNOWN = 0,
@@ -52,4 +52,4 @@ struct rte_intr_handle {
        enum rte_intr_handle_type type;  /**< handle type */
 };
 
-#endif /* _RTE_LINUXAPP_INTERRUPTS_H_ */
+#endif /* _RTE_BSDAPP_INTERRUPTS_H_ */