Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __API_DEBUG_H__
0003 #define __API_DEBUG_H__
0004 
0005 typedef int (*libapi_print_fn_t)(const char *, ...);
0006 
0007 void libapi_set_print(libapi_print_fn_t warn,
0008               libapi_print_fn_t info,
0009               libapi_print_fn_t debug);
0010 
0011 #endif /* __API_DEBUG_H__ */