Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
8466b792959984e6b02eadb1cdf02d1868373401
/
.
/
ipmiwhitelist.hpp
blob: b07451a00707f038919ae0c7195b9d0a34ca7d71 [
file
] [
log
] [
blame
]
#ifndef
__HOST_IPMID_IPMI_WHITELIST_H__
#define
__HOST_IPMID_IPMI_WHITELIST_H_
#include
<vector>
#include
<utility>
using
netfncmd_pair
=
std
::
pair
<
unsigned
char
,
unsigned
char
>;
extern
const
std
::
vector
<netfncmd_pair>
whitelist
;
#endif