4 Copyright © 2015, The AROS Development Team. All rights reserved.
9 * List of all possible (private) kernal IPI message types.
13 #define IPI_CAUSE 0x001
14 #define IPI_DISPATCH 0x002
15 #define IPI_SWITCH 0x003
16 #define IPI_SCHEDULE 0x004
19 #define IPI_ADDTASK 0x101
20 #define IPI_REMTASK 0x102
21 #define IPI_REBOOT 0x10F