19 lines
453 B
C
19 lines
453 B
C
|
/*
|
||
|
* Copyright 2007-2008 Analog Devices Inc.
|
||
|
*
|
||
|
* Licensed under the ADI BSD license or the GPL-2 (or later)
|
||
|
*/
|
||
|
|
||
|
#ifndef _DEF_BF522_H
|
||
|
#define _DEF_BF522_H
|
||
|
|
||
|
/* Include all Core registers and bit definitions */
|
||
|
#include <asm/def_LPBlackfin.h>
|
||
|
|
||
|
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF522 */
|
||
|
|
||
|
/* Include defBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */
|
||
|
#include "defBF52x_base.h"
|
||
|
|
||
|
#endif /* _DEF_BF522_H */
|