mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-08 20:34:24 +01:00
13 lines
179 B
C
13 lines
179 B
C
/*
|
|
* Copyright (c) 2020 Olaf Landsiedel
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef TRACING_H
|
|
#define TRACING_H
|
|
|
|
int tracing_init(void);
|
|
int tracing_run(void);
|
|
|
|
#endif |