Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
1f4bc1f079243df22aa1d47e82625620ff2de634
/
.
/
ipmiwhitelist.hpp
blob: 7d096c269c9ee8cac964bce1b4f95045ab9a093a [
file
] [
log
] [
blame
]
#ifndef
__HOST_IPMID_IPMI_WHITELIST_H__
#define
__HOST_IPMID_IPMI_WHITELIST_H_
#include
<utility>
#include
<vector>
using
netfncmd_pair
=
std
::
pair
<
unsigned
char
,
unsigned
char
>;
extern
const
std
::
vector
<netfncmd_pair>
whitelist
;
#endif