summaryrefslogtreecommitdiffstats
path: root/include/ipmid/iana.hpp
blob: aa9e173f08483b70d350f20c4b8a834964af805d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

#include <cstdint>

namespace oem
{
using Number = std::uint32_t; // smallest standard size >= 24.

/*
 * This is the OpenBMC IANA OEM Number
 */
constexpr Number obmcOemNumber = 49871;

/*
 * This is the Google IANA OEM Number
 */
constexpr Number googOemNumber = 11129;

} // namespace oem
OpenPOWER on IntegriCloud