summaryrefslogtreecommitdiffstats
path: root/occ_bus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_bus.cpp')
-rw-r--r--occ_bus.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/occ_bus.cpp b/occ_bus.cpp
deleted file mode 100644
index 27be21b..0000000
--- a/occ_bus.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "occ_device.hpp"
-#include "occ_bus.hpp"
-
-namespace open_power
-{
-namespace occ
-{
-
-fs::path Bus::bindPath = fs::path(OCC_BUS_PATH) / "bind";
-fs::path Bus::unBindPath = fs::path(OCC_BUS_PATH) / "unbind";
-
-void Bus::reset() const
-{
-#ifndef I2C_OCC
- Device::write(unBindPath, config);
- Device::write(bindPath, config);
-#endif
-}
-
-} // namespace occ
-} // namespace open_power
OpenPOWER on IntegriCloud