xref: /openbmc/openpower-host-ipmi-flash/hiomap.hpp (revision 2c07f6f03e63d841b7f95e40e5e312b286979d43)
1 /* SPDX-License-Identifier: Apache-2.0 */
2 /* Copyright (C) 2018 IBM Corp. */
3 
4 #ifndef HOSTFLASH_H
5 #define HOSTFLASH_H
6 
7 #define IPMI_CMD_HIOMAP 0x5a
8 
9 #endif /* HOSTFLASH_H */
10