/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#ifndef _MACHINE_CPU_DATA_H
#define _MACHINE_CPU_DATA_H
-
#if defined (__ppc__)
#include "ppc/cpu_data.h"
#elif defined (__i386__)
#include "i386/cpu_data.h"
+#elif defined (__arm__)
+#include "arm/cpu_data.h"
#else
#error architecture not supported
#endif
-
#endif /* _MACHINE_CPU_DATA_H */