CovidBracelet/include/tracing.h

13 lines
184 B
C

/*
* Copyright (c) 2020 Olaf Landsiedel
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef TRACING_H
#define TRACING_H
int tracing_init(void);
uint32_t tracing_run(void);
#endif