2012-05-16 17:24:33 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2011 Analog Devices Inc.
|
|
|
|
*
|
2012-05-17 14:45:27 +08:00
|
|
|
* Licensed under the Clear BSD license or the GPL-2 (or later)
|
2012-05-16 17:24:33 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#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 */
|