unleashed-firmware/applications/external/pacs_fuzzer/helpers/fuzzer_custom_event.h

8 lines
149 B
C
Raw Normal View History

2023-06-02 13:42:58 +00:00
#pragma once
typedef enum {
// FuzzerCustomEvent
FuzzerCustomEventViewMainOk = 100,
FuzzerCustomEventViewMainBack,
} FuzzerCustomEvent;