xref: /openbmc/phosphor-pid-control/experiments/drive.hpp (revision a076487aab0ee71ea32d53f798d5ca6b31677278)
1e620656cSPatrick Venture #pragma once
2e620656cSPatrick Venture 
3*a076487aSPatrick Venture namespace pid_control
4*a076487aSPatrick Venture {
5*a076487aSPatrick Venture 
6e620656cSPatrick Venture int driveMain(void);
7*a076487aSPatrick Venture 
8*a076487aSPatrick Venture }
9