linux/include/rv
Gabriele Monaco fa9b26dfa1 rv: Cleanup da_monitor after refactor
Previous changes refactored the da_monitor header file to avoid using
macros, however empty macros (e.g. DECLARE_DA_FUNCTION) were left to
ease review with diff tools.
Most macros also get the argument type which doesn't really have a
purpose since states have their own enum and the storage in struct
da_monitor is fixed to unsigned int.

Remove empty and no longer required macros and substitute the type
parameter with the appropriate enum.
Additionally break long line and adjust the format overall.

Reviewed-by: Nam Cao <namcao@linutronix.de>
Link: https://lore.kernel.org/r/20251126104241.291258-3-gmonaco@redhat.com
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
2026-01-12 07:43:49 +01:00
..
automata.h rv: Cleanup da_monitor after refactor 2026-01-12 07:43:49 +01:00
da_monitor.h rv: Cleanup da_monitor after refactor 2026-01-12 07:43:49 +01:00
instrumentation.h rv/include: Add instrumentation helper functions 2022-07-30 14:01:28 -04:00
ltl_monitor.h rv: Fix compilation if !CONFIG_RV_REACTORS 2025-12-02 12:33:37 -05:00