summaryrefslogtreecommitdiffstats
path: root/pid/fan.hpp
blob: 7792d04975b9c2d0ffe2a97916f42be9e104a88f (plain)
1
2
3
4
5
6
7
8
9

#pragma once

enum class FanSpeedDirection
{
    DOWN,
    UP,
    NEUTRAL, /* not sure this will ever happen, but for completeness. */
};
OpenPOWER on IntegriCloud