From 4b9efaa018485d67c185f83618f7fa7e4858d92c Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 12 Aug 2016 21:59:51 -0500 Subject: ipmiwhitelist: Change .H -> .hpp Change-Id: I1b4d00211913d1be61f33dfb02227ffc8f859584 Signed-off-by: Patrick Williams --- ipmiwhitelist.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ipmiwhitelist.hpp (limited to 'ipmiwhitelist.hpp') 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 +#include + +using netfncmd_pair = std::pair; + +extern const std::vector whitelist; + +#endif -- cgit v1.2.1