main.c contains the global struct dev.

pull/1/head
Michael Brown 2005-04-12 16:39:03 +00:00
parent 5e807dffe6
commit 45f96a49c7
1 changed files with 4 additions and 0 deletions

View File

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