123456789101112131415161718 |
- /*
- * Copyright 2008 Analog Devices Inc.
- *
- * Licensed under the ADI BSD license or the GPL-2 (or later)
- */
- #ifndef _DEF_BF512_H
- #define _DEF_BF512_H
- /* Include all Core registers and bit definitions */
- #include <asm/def_LPBlackfin.h>
- /* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF512 */
- /* Include defBF51x_base.h for the set of #defines that are common to all ADSP-BF51x processors */
- #include "defBF51x_base.h"
- #endif /* _DEF_BF512_H */
|