5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
8 CPU-specific assembler definitions.
9 This file and included one describe hardware-level control structures
10 and registers. Use them with care, only if you know what you are doing
14 /* Include the actual CPU-dependent definitions */
16 # include <asm/x86_64/cpu.h>
19 # include <asm/i386/cpu.h>
22 # include <asm/ppc/cpu.h>
25 # if defined __thumb2__
26 # include <asm/arm/cpu-thumb2.h>
28 # include <asm/arm/cpu.h>
32 /* Some default generic definitions. */