Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
08d3d06cf6291a7ea7218a45f3a1ae996541ca53
/
.
/
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
;