From cca07417d594fcae589463d1678d639810f986cd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Dec 2010 15:25:09 -0500 Subject: Blackfin: BF50x: new processor port Signed-off-by: Mike Frysinger --- arch/blackfin/include/asm/mach-bf506/BF506_def.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/blackfin/include/asm/mach-bf506/BF506_def.h (limited to 'arch/blackfin/include/asm/mach-bf506/BF506_def.h') diff --git a/arch/blackfin/include/asm/mach-bf506/BF506_def.h b/arch/blackfin/include/asm/mach-bf506/BF506_def.h new file mode 100644 index 0000000000..1f91397ea4 --- /dev/null +++ b/arch/blackfin/include/asm/mach-bf506/BF506_def.h @@ -0,0 +1,11 @@ +/* DO NOT EDIT THIS FILE + * Automatically generated by generate-def-headers.xsl + * DO NOT EDIT THIS FILE + */ + +#ifndef __BFIN_DEF_ADSP_BF506_proc__ +#define __BFIN_DEF_ADSP_BF506_proc__ + +#include "BF504_def.h" + +#endif /* __BFIN_DEF_ADSP_BF506_proc__ */ -- cgit