summaryrefslogtreecommitdiffstats
path: root/ipmiwhitelist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ipmiwhitelist.hpp')
-rw-r--r--ipmiwhitelist.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ipmiwhitelist.hpp b/ipmiwhitelist.hpp
new file mode 100644
index 0000000..b07451a
--- /dev/null
+++ b/ipmiwhitelist.hpp
@@ -0,0 +1,11 @@
+#ifndef __HOST_IPMID_IPMI_WHITELIST_H__
+#define __HOST_IPMID_IPMI_WHITELIST_H_
+
+#include <vector>
+#include <utility>
+
+using netfncmd_pair = std::pair<unsigned char, unsigned char>;
+
+extern const std::vector<netfncmd_pair> whitelist;
+
+#endif
OpenPOWER on IntegriCloud