Below is the file 'control.h' from this revision. You can also download the file.

/* control.h */

#ifndef _CONTROL_H_
#define _CONTROL_H_

#include "common.h"

void control_start(void);
void control_poll(void);
uint32_t control_now(void);

#endif