diff options
Diffstat (limited to 'src/arch/armnommu/include/bits/cpu.h')
| -rw-r--r-- | src/arch/armnommu/include/bits/cpu.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/armnommu/include/bits/cpu.h b/src/arch/armnommu/include/bits/cpu.h new file mode 100644 index 000000000..9516a6004 --- /dev/null +++ b/src/arch/armnommu/include/bits/cpu.h @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2004 Tobias Lorenz + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#ifndef ARM_BITS_CPU_H +#define ARM_BITS_CPU_H + +#define cpu_setup() do {} while(0) + +#endif /* ARM_BITS_CPU_H */ |
