Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
65362f497de12394305e2321f4433cc95c2e94ca
/
.
/
ipmiallowlist.hpp
blob: 7519de86008735e86a4d55fb70ea981cb1ef4944 [
file
] [
log
] [
blame
]
#pragma
once
#include
<utility>
#include
<vector>
using
netfncmd_pair
=
std
::
pair
<
unsigned
char
,
unsigned
char
>;
extern
const
std
::
vector
<netfncmd_pair>
allowlist
;