projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
discover: Add ipmi module
[petitboot]
/
discover
/
ipmi.c
1
2
#include "ipmi.h"
3
4
bool ipmi_present(void)
5
{
6
return false;
7
}
8