1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef DELTALAKE_IPMI_H
4 #define DELTALAKE_IPMI_H
8 #define IPMI_OEM_GET_PCIE_CONFIG 0xf4
9 #define IPMI_OEM_GET_BOARD_ID 0x37
13 PCIE_CONFIG_UNKNOWN
= 0x0,
20 enum cb_err
ipmi_get_pcie_config(uint8_t *config
);
21 enum cb_err
ipmi_get_slot_id(uint8_t *slot_id
);
22 void init_frb2_wdt(void);