blob: 346911d2cecd66dbdd1d4f204da23118067e448a [file] [log] [blame]
Matthew Barth293477d2017-02-17 15:39:36 -06001#include "fan_enclosure.hpp"
2
3
4namespace phosphor
5{
6namespace fan
7{
8namespace presence
9{
10
Matthew Barthb8034452017-02-17 16:39:46 -060011void FanEnclosure::addInventory()
12{
13 //TODO Add this fan to inventory
14}
Matthew Barth293477d2017-02-17 15:39:36 -060015
16} // namespace presence
17} // namespace fan
18} // namespace phosphor