aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf609/include/mach/defBF609.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/mach-bf609/include/mach/defBF609.h')
-rw-r--r--arch/blackfin/mach-bf609/include/mach/defBF609.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/include/mach/defBF609.h b/arch/blackfin/mach-bf609/include/mach/defBF609.h
new file mode 100644
index 000000000000..19690cc42113
--- /dev/null
+++ b/arch/blackfin/mach-bf609/include/mach/defBF609.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2011 Analog Devices Inc.
+ *
+ * Licensed under the Clear BSD license or the GPL-2 (or later)
+ */
+
+#ifndef _DEF_BF609_H
+#define _DEF_BF609_H
+
+/* Include defBF60x_base.h for the set of #defines that are common to all ADSP-BF60x processors */
+#include "defBF60x_base.h"
+
+/* The following are the #defines needed by ADSP-BF609 that are not in the common header */
+
+#endif /* _DEF_BF609_H */