diff --git a/bsp/qemu-vexpress-gemini/drivers/vbus_hw.h b/bsp/qemu-vexpress-gemini/drivers/vbus_hw.h index 7eb02f2588..19c6fcc902 100644 --- a/bsp/qemu-vexpress-gemini/drivers/vbus_hw.h +++ b/bsp/qemu-vexpress-gemini/drivers/vbus_hw.h @@ -26,6 +26,9 @@ * 2015-01-07 Grissiom init commit */ +#ifndef __VBUS_HW_H__ +#define __VBUS_HW_H__ + #include #include #include @@ -52,3 +55,5 @@ rt_inline void rt_vbus_smp_mb(void) { asm volatile ("dsb" : : : "memory"); } + +#endif /* __VBUS_HW_H__ */