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