crete an idle task to run when theres ... umm. .. nothing to do ..
[AROS.git] / compiler / include / hardware / intbits.h
blob68b61f00295d14a919aa72eb3544a8e1a4d768d7
1 #ifndef HARDWARE_INTBITS_H
2 #define HARDWARE_INTBITS_H
4 /*
5 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Interrupt bits
9 Lang: english
12 #define INTB_TBE 0
13 #define INTF_TBE (1L<<0)
14 #define INTB_DSKBLK 1
15 #define INTF_DSKBLK (1L<<1)
16 #define INTB_SOFTINT 2
17 #define INTF_SOFTINT (1L<<2)
18 #define INTB_PORTS 3
19 #define INTF_PORTS (1L<<3)
20 #define INTB_COPER 4
21 #define INTF_COPER (1L<<4)
22 #define INTB_VERTB 5
23 #define INTF_VERTB (1L<<5)
24 #define INTB_BLIT 6
25 #define INTF_BLIT (1L<<6)
26 #define INTB_AUD0 7
27 #define INTF_AUD0 (1L<<7)
28 #define INTB_AUD1 8
29 #define INTF_AUD1 (1L<<8)
30 #define INTB_AUD2 9
31 #define INTF_AUD2 (1L<<9)
32 #define INTB_AUD3 10
33 #define INTF_AUD3 (1L<<10)
34 #define INTB_RBF 11
35 #define INTF_RBF (1L<<11)
36 #define INTB_DSKSYNC 12
37 #define INTF_DSKSYNC (1L<<12)
38 #define INTB_EXTER 13
39 #define INTF_EXTER (1L<<13)
40 #define INTB_INTEN 14
41 #define INTF_INTEN (1L<<14)
42 #define INTB_SETCLR 15
43 #define INTF_SETCLR (1L<<15)
45 #endif /* HARDWARE_INTBITS_H */