mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
22a8262885
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>
16 lines
392 B
C
16 lines
392 B
C
/*
|
|
* 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 */
|