ARM: dts: ape6evm: Name serial port pfc subnode after device name
[deliverable/linux.git] / tools / lib / api / debug.h
CommitLineData
975f14fa
JO
1#ifndef __API_DEBUG_H__
2#define __API_DEBUG_H__
3
4typedef int (*libapi_print_fn_t)(const char *, ...);
5
6void libapi_set_print(libapi_print_fn_t warn,
7 libapi_print_fn_t info,
8 libapi_print_fn_t debug);
9
10#endif /* __API_DEBUG_H__ */
This page took 0.045841 seconds and 5 git commands to generate.