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