summaryrefslogtreecommitdiffstats
path: root/src/include/main.h
blob: da9624e4572180caa6da6f8975be929f7337e901 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef MAIN_H
#define MAIN_H

#include "dev.h"

extern int main ( void );

extern struct dev dev;

#endif /* MAIN_H */