Tom Joseph | 9a61b4f | 2016-07-11 06:56:11 -0500 | [diff] [blame] | 1 | #ifndef __HOST_IPMID_IPMI_WHITELIST_H__ |
2 | #define __HOST_IPMID_IPMI_WHITELIST_H_ | ||||
3 | |||||
4 | #include <vector> | ||||
5 | #include <utility> | ||||
6 | |||||
7 | using netfncmd_pair = std::pair<unsigned char, unsigned char>; | ||||
8 | |||||
9 | extern const std::vector<netfncmd_pair> whitelist; | ||||
10 | |||||
11 | #endif |