#ifndef BLINKY_USB_FUNCTION_READY_EVENT_H_ #define BLINKY_USB_FUNCTION_READY_EVENT_H_ #include #include #include "usb_device_module.h" #ifdef __cplusplus extern "C" { #endif struct usb_function_ready_event { struct app_event_header header; uint8_t function_mask; }; APP_EVENT_TYPE_DECLARE(usb_function_ready_event); #ifdef __cplusplus } #endif #endif /* BLINKY_USB_FUNCTION_READY_EVENT_H_ */