projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4bcdf30f7ac6cab4e62a762dfe9012e00ad3bb5b
[petitboot]
/
discover
/
ipmi.c
1
2
#include "ipmi.h"
3
4
bool ipmi_present(void)
5
{
6
return false;
7
}
8