Last change
on this file since 81604 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
485 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1.
|
---|
3 |
|
---|
4 | Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | **/
|
---|
7 |
|
---|
8 | #ifndef _IPMI_NET_FN_GROUP_EXTENSION_H_
|
---|
9 | #define _IPMI_NET_FN_GROUP_EXTENSION_H_
|
---|
10 |
|
---|
11 | //
|
---|
12 | // Net function definition for Group Extension command
|
---|
13 | //
|
---|
14 | #define IPMI_NETFN_GROUP_EXT 0x2C
|
---|
15 |
|
---|
16 | //
|
---|
17 | // All Group Extension commands and their structure definitions to follow here
|
---|
18 | //
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.