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