blob: e8742d1acda902e0004a4d32eba9766fa951e859 [file] [log] [blame]
Kumar Thangavel41ad4ff2020-06-11 10:31:07 +05301
Bonnie Lo25b79bf2022-12-16 15:41:48 +08002enum class fb_bic_cmds : uint8_t
3{
4 CMD_OEM_BIC_INFO = 0x1,
5 CMD_OEM_GET_BIC_GPIO_STATE = 0x3,
6 CMD_OEM_SEND_POST_BUFFER_TO_BMC = 0x8,
7};
Kumar Thangavelad049242020-08-31 22:27:33 +05308
9const char* dbusObj = "/xyz/openbmc_project/state/boot/raw";
10
11const char* dbusService = "xyz.openbmc_project.State.Boot.Raw";