1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-05-30 01:08:16 +02:00
CovidBracelet/include/tracing.h

13 lines
184 B
C
Raw Normal View History

/*
* Copyright (c) 2020 Olaf Landsiedel
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef TRACING_H
#define TRACING_H
int tracing_init(void);
2022-05-28 23:22:18 +02:00
uint32_t tracing_run(void);
#endif