summaryrefslogtreecommitdiffstats
path: root/tach_sensor.cpp
blob: 987e390678878436da1868ee39e9df8a3b87e1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "tach_sensor.hpp"


namespace phosphor
{
namespace fan
{
namespace presence
{

bool TachSensor::isPresent()
{
    return (tach != 0);
}

} // namespace presence
} // namespace fan
} // namespace phosphor
OpenPOWER on IntegriCloud