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