projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
discover/syslinux-parser: Fix missing comma in ignored names.
[petitboot]
/
discover
/
dt.h
1
#ifndef _DT_H
2
#define _DT_H
3
4
#include "ipmi.h"
5
6
int get_ipmi_sensor(void *t, enum ipmi_sensor_ids sensor_id);
7
8
#endif /* _IPMI_H */