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:
Felix Held 2021-09-17 00:27:45 +02:00 committed by Felix Held
parent 4ceef0ecce
commit 6397e0ee41
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#ifndef __IPMI_OCP_H #ifndef __IPMI_OCP_H
#define __IPMI_OCP_H #define __IPMI_OCP_H
#include <commonlib/bsd/cb_err.h>
#define IPMI_NETFN_OEM 0x30 #define IPMI_NETFN_OEM 0x30
#define IPMI_OEM_SET_PPIN 0x77 #define IPMI_OEM_SET_PPIN 0x77
#define IPMI_BMC_SET_POST_START 0x73 #define IPMI_BMC_SET_POST_START 0x73