Imported Upstream version 2.9.0
[debian/cc1111] / src / pic / main.h
1 #ifndef MAIN_INCLUDE
2 #define MAIN_INCLUDE
3
4 typedef struct {
5   unsigned int isLibrarySource:1;
6   int disable_df;
7 } pic14_options_t;
8
9 extern pic14_options_t pic14_options;
10 extern int debug_verbose;
11
12 #endif
13