blob: 987e390678878436da1868ee39e9df8a3b87e1a3 [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{
Matthew Barthd6403822017-02-17 17:10:19 -060013 return (tach != 0);
Matthew Barth293477d2017-02-17 15:39:36 -060014}
15
16} // namespace presence
17} // namespace fan
18} // namespace phosphor