Bringing flexcat 2.15 into the main branch (again)
[AROS.git] / arch / m68k-amiga / cia / cia_intern.h
blob914f1ae25ec3147f7e2dc705d252a4866563e918
1 #define VECTORS_NUM 5
3 struct CIABase
5 struct Library lib;
6 volatile struct CIA *hw;
7 struct Interrupt ciaint;
8 struct Interrupt *Vectors[VECTORS_NUM];
9 UWORD inten_mask;
10 UBYTE enable_mask;
11 UBYTE active_mask;
12 UBYTE executing_mask;
13 void (*hook_func)(APTR, APTR, WORD);
14 APTR hook_data;