blob: 1325365217c04468a0c96fd00b5c649ee1a9336b [file] [log] [blame]
Matthew Barth293477d2017-02-17 15:39:36 -06001#include "tach_sensor.hpp"
2
3
4namespace phosphor
5{
6namespace fan
7{
8namespace presence
9{
10
11bool TachSensor::isPresent()
12{
13 return false;
14}
15
16} // namespace presence
17} // namespace fan
18} // namespace phosphor