/** * \file * * * \brief Context switch benchmark * * \author Andrea Righi * \author Daniele Basiele * * $WIZ$ module_name = "context_switch" * $WIZ$ module_depends = "kfile", "kern", "signal", "timer" * $WIZ$ module_configuration = "bertos/cfg/cfg_context_switch.h" * $WIZ$ module_hw = "bertos/hw/hw_led.h" */ #ifndef BENCHMARK_CONTEXT_SWITCH_H #define BENCHMARK_CONTEXT_SWITCH_H void context_switch(void); #endif /* BENCHMARK_CONTEXT_SWITCH_H */