/* * Automatically generated C representation of wip automaton * For further information about this format, see kernel documentation: * Documentation/trace/rv/deterministic_automata.rst */ enum states_wip { … }; #define INVALID_STATE … enum events_wip { … }; struct automaton_wip { … }; static const struct automaton_wip automaton_wip = …;