RTEMS 6.1-rc1
Functions
testgcovbspreset.c File Reference

This source file contains the implementation of a wrapper for bsp_reset() which dumps the gcov information using rtems_test_gcov_dump_info() before the real bsp_reset() is called. More...

#include <rtems/test-info.h>
#include <rtems/score/cpu.h>

Functions

void __real_bsp_reset (void)
 
void __wrap_bsp_reset (void)
 

Detailed Description

This source file contains the implementation of a wrapper for bsp_reset() which dumps the gcov information using rtems_test_gcov_dump_info() before the real bsp_reset() is called.