summaryrefslogtreecommitdiffstats
path: root/ipmiwhitelist.hpp
blob: fd45a3d696565fde1ed5bb2e745b2389bcd82869 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <utility>
#include <vector>

using netfncmd_pair = std::pair<unsigned char, unsigned char>;

extern const std::vector<netfncmd_pair> whitelist;
OpenPOWER on IntegriCloud