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