#ifndef BSP_LASER_H #define BSP_LASER_H #include "struct_typedef.h" extern void laser_configuration(void); extern void laser_on(void); extern void laser_off(void); #endif