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