#ifndef __CONTROL_H #define __CONTROL_H #include void control_init( void ); /* Step the control routines */ void control_step( void ); #endif /* __CONTROL_H */