control.h 105 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 #ifndef __CONTROL_H_ #define __CONTROL_H_ #include "device.h" void loop_control( int counter ); #endif