diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-05-16 17:24:33 +0800 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 14:54:10 +0800 |
commit | 22a826288522863fb748851824ce634eda4f1b07 (patch) | |
tree | be067a769fd87f8ae408cd772c5a88fc0844cdea /arch/blackfin/mach-bf609/include/mach/cdefBF609.h | |
parent | b2286f2b4300711e25743d2f9117dcc02bc2e9b1 (diff) | |
download | blackbird-op-linux-22a826288522863fb748851824ce634eda4f1b07.tar.gz blackbird-op-linux-22a826288522863fb748851824ce634eda4f1b07.zip |
blackfin: mach-bf609: add machine files
Add machine files for bf60x including head files, Kconfig/Makefile and board
file.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/include/mach/cdefBF609.h')
-rw-r--r-- | arch/blackfin/mach-bf609/include/mach/cdefBF609.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/include/mach/cdefBF609.h b/arch/blackfin/mach-bf609/include/mach/cdefBF609.h new file mode 100644 index 000000000000..c4f3fe19acda --- /dev/null +++ b/arch/blackfin/mach-bf609/include/mach/cdefBF609.h @@ -0,0 +1,15 @@ +/* + * Copyright 2011 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */ + +#ifndef _CDEF_BF609_H +#define _CDEF_BF609_H + +/* include cdefBF60x_base.h for the set of #defines that are common to all ADSP-BF60x bfin_read_()rocessors */ +#include "cdefBF60x_base.h" + +/* The following are the #defines needed by ADSP-BF609 that are not in the common header */ + +#endif /* _CDEF_BF609_H */ |