drivers/ipmi/ocp: add missing commonlib/bsd/cb_err.h include
This include provides the definition of enum cb_err. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idfee720de920377796e3fd64cb47514b8cb08c34 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57730 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
4ceef0ecce
commit
6397e0ee41
|
@ -3,6 +3,8 @@
|
|||
#ifndef __IPMI_OCP_H
|
||||
#define __IPMI_OCP_H
|
||||
|
||||
#include <commonlib/bsd/cb_err.h>
|
||||
|
||||
#define IPMI_NETFN_OEM 0x30
|
||||
#define IPMI_OEM_SET_PPIN 0x77
|
||||
#define IPMI_BMC_SET_POST_START 0x73
|
||||
|
|
Loading…
Reference in New Issue