36#ifndef _RTEMS_TEST_GCOV_H
37#define _RTEMS_TEST_GCOV_H
58RTEMS_LINKER_ROSET_DECLARE( gcov_info,
const struct gcov_info * );
This header file provides the interfaces of the Device I/O Support.
void(* IO_Put_char)(int c, void *arg)
This type defines the put character handler.
Definition: io.h:65
void _Gcov_Dump_info_base64(IO_Put_char put_char, void *arg)
Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character hand...
Definition: gcovdumpinfobase64.c:97
void _Gcov_Dump_info(IO_Put_char put_char, void *arg)
Dumps the gcov information as a binary gcfn and gcda data stream using the put character handler.
Definition: gcovdumpinfo.c:79
This header file provides the linker sets API.