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

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