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