| Vishwanatha Subbanna | 32e84e9 | 2017-06-28 19:17:28 +0530 | [diff] [blame] | 1 | #include "occ_device.hpp" |
| 2 | |||||
| 3 | namespace open_power | ||||
| 4 | { | ||||
| 5 | namespace occ | ||||
| 6 | { | ||||
| 7 | |||||
| 8 | fs::path Device::bindPath = fs::path(OCC_HWMON_PATH) / "bind"; | ||||
| 9 | fs::path Device::unBindPath = fs::path(OCC_HWMON_PATH) / "unbind"; | ||||
| 10 | |||||
| 11 | } // namespace occ | ||||
| 12 | } // namespace open_power | ||||