Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
e38a90bd27e737a7abe7f15fbcd4f8a9c78f2f8a
/
.
/
test
/
dbus-sim-only.cpp
blob: 09c0e65b5aa1568cca2b688b44cc9739571d736c [
file
] [
log
] [
blame
]
#include
<util/dbus.hpp>
namespace
util
{
namespace
dbus
{
MachineType
getMachineType
()
{
// default to Rainier 2S4U
MachineType
machineType
=
MachineType
::
Rainier_2S4U
;
return
machineType
;
}
}
// namespace dbus
}
// namespace util