]> git.ozlabs.org Git - petitboot/blob - discover/log.h
Initial support for multiple UIs
[petitboot] / discover / log.h
1 #ifndef _LOG_H
2 #define _LOG_H
3
4 void pb_log(const char *fmt, ...);
5
6 #endif /* _LOG_H */