summaryrefslogtreecommitdiffstats
path: root/tach_sensor.cpp
blob: 1325365217c04468a0c96fd00b5c649ee1a9336b (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 false;
}

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