1 /* 2 * Copyright (c) 2018 Oticon A/S 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef NATIVE_TRACING_H 8 #define NATIVE_TRACING_H 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 void native_add_tracing_options(void); 15 16 #ifdef __cplusplus 17 } 18 #endif 19 20 #endif /* NATIVE_TRACING_H */ 21