cregit-Linux how code gets into the kernel

Release 4.7 tools/lib/api/debug.h

Directory: tools/lib/api
#ifndef __API_DEBUG_H__

#define __API_DEBUG_H__


typedef int (*libapi_print_fn_t)(const char *, ...);

void libapi_set_print(libapi_print_fn_t warn,
		      libapi_print_fn_t info,
		      libapi_print_fn_t debug);

#endif /* __API_DEBUG_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
jiri olsajiri olsa36100.00%1100.00%
Total36100.00%1100.00%
Directory: tools/lib/api
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}