#pragma once | |
/* The LPC snoop on port 80h is mapped to this dbus path. */ | |
#define SNOOP_OBJECTPATH "/xyz/openbmc_project/state/boot/raw" | |
/* The LPC snoop on port 80h is mapped to this dbus service. */ | |
#define SNOOP_BUSNAME "xyz.openbmc_project.State.Boot.Raw" |