summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/IpmiNetFnOem.h
blob: 48c5dbd803cfc349bb6674b5a1f5084cc954507d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** @file
  IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1.

  Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

  SPDX-License-Identifier: BSD-2-Clause-Patent
**/

#ifndef IPMI_NET_FN_OEM_H_
#define IPMI_NET_FN_OEM_H_

//
// Net function definition for OEM/Group command
//
#define IPMI_NETFN_OEM        0x2E
#define IPMI_NETFN_OEM_GROUP  0x2F

#endif