projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use a list for device->boot_options
[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 */