Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-fan-presence
/
293477d4650314935a3741c547efcb36d5efb340
/
.
/
tach_sensor.cpp
blob: 1325365217c04468a0c96fd00b5c649ee1a9336b [
file
] [
log
] [
blame
]
#include
"tach_sensor.hpp"
namespace
phosphor
{
namespace
fan
{
namespace
presence
{
bool
TachSensor
::
isPresent
()
{
return
false
;
}
}
// namespace presence
}
// namespace fan
}
// namespace phosphor