1 #ifndef HARDWARE_INTBITS_H
2 #define HARDWARE_INTBITS_H
5 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
13 #define INTF_TBE (1L<<0)
15 #define INTF_DSKBLK (1L<<1)
16 #define INTB_SOFTINT 2
17 #define INTF_SOFTINT (1L<<2)
19 #define INTF_PORTS (1L<<3)
21 #define INTF_COPER (1L<<4)
23 #define INTF_VERTB (1L<<5)
25 #define INTF_BLIT (1L<<6)
27 #define INTF_AUD0 (1L<<7)
29 #define INTF_AUD1 (1L<<8)
31 #define INTF_AUD2 (1L<<9)
33 #define INTF_AUD3 (1L<<10)
35 #define INTF_RBF (1L<<11)
36 #define INTB_DSKSYNC 12
37 #define INTF_DSKSYNC (1L<<12)
39 #define INTF_EXTER (1L<<13)
41 #define INTF_INTEN (1L<<14)
42 #define INTB_SETCLR 15
43 #define INTF_SETCLR (1L<<15)
45 #endif /* HARDWARE_INTBITS_H */