blob: aa9e173f08483b70d350f20c4b8a834964af805d [file] [log] [blame]
Patrick Venturedd0459e2018-09-08 09:27:16 -07001#pragma once
2
3#include <cstdint>
4
5namespace oem
6{
7using Number = std::uint32_t; // smallest standard size >= 24.
8
9/*
10 * This is the OpenBMC IANA OEM Number
11 */
12constexpr Number obmcOemNumber = 49871;
13
14/*
15 * This is the Google IANA OEM Number
16 */
17constexpr Number googOemNumber = 11129;
18
19} // namespace oem