2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

main.c contains the global struct dev.

This commit is contained in:
Michael Brown 2005-04-12 16:39:03 +00:00
parent 5e807dffe6
commit 45f96a49c7

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 */