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