@@ -1,6 +1,10 @@
#ifndef MAIN_H
#define MAIN_H
+#include "dev.h"
+
extern int main ( void );
+extern struct dev dev;
#endif /* MAIN_H */