Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
01d14600058f6d4bd4ca999da0be7096e0a6efc1
/
.
/
ipmiwhitelist.hpp
blob: fd45a3d696565fde1ed5bb2e745b2389bcd82869 [
file
] [
log
] [
blame
]
#pragma
once
#include
<utility>
#include
<vector>
using
netfncmd_pair
=
std
::
pair
<
unsigned
char
,
unsigned
char
>;
extern
const
std
::
vector
<netfncmd_pair>
whitelist
;