/** * \file * * * \author Daniele Basile * * \brief Kernel footprint benchmark. * * $WIZ$ module_name = "kernel_footprint" * $WIZ$ module_depends = "kfile", "kern", "signal", "msg", "semaphores", "event" */ #ifndef BENCHMARK_KERNEL_FOOTPRINT_H #define BENCHMARK_KERNEL_FOOTPRINT_H void kernel_footprint(void); #endif /* BENCHMARK_KERNEL_FOOTPRINT_H */