diff options
Diffstat (limited to 'util.hpp')
-rw-r--r-- | util.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ IOInterfaceType getWriteInterfaceType(const std::string& path); IOInterfaceType getReadInterfaceType(const std::string& path); +void restartControlLoops(void); + /* * Given a configuration structure, fill out the information we use within the * PID loop. |