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