* sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
[fw/sdcc] / sim / ucsim / eventcl.h
1 /*@1@*/
2
3 #ifndef EVENTCL_HEADER
4 #define EVENTCL_HEADER
5
6
7 enum event {
8   ev_nothing                    = 0x00000000,
9
10   ev_address_space_added        = 0x00000001
11 };
12
13
14 #endif
15
16 /* End of eventcl.h */