]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/bfin/include/cdefBF506F.h
libgloss: bfin: add support for bf50x processors
[newlib-cygwin.git] / libgloss / bfin / include / cdefBF506F.h
1 /*
2 * The authors hereby grant permission to use, copy, modify, distribute,
3 * and license this software and its documentation for any purpose, provided
4 * that existing copyright notices are retained in all copies and that this
5 * notice is included verbatim in any distributions. No written agreement,
6 * license, or royalty fee is required for any of the authorized uses.
7 * Modifications to this software may be copyrighted by their authors
8 * and need not follow the licensing terms described here, provided that
9 * the new terms are clearly indicated on the first page of each file where
10 * they apply.
11 */
12
13 /*
14 ** This include file contains a list of macro "defines" to enable programs
15 ** to use symbolic names for register-access and bit-manipulation for the
16 ** ADSP-BF506F processor.
17 **
18 ** Copyright (C) 2009 Analog Devices Inc., All Rights Reserved.
19 */
20
21 #ifndef _CDEF_BF506F_H
22 #define _CDEF_BF506F_H
23
24 /* Include all Core registers and bit definitions */
25 #include <cdef_LPBlackfin.h>
26
27 /* Include cdefBF50x_base.h for the set of #defines that are
28 ** common to all ADSP-BF50x processors
29 */
30 #include <cdefBF50x_base.h>
31
32 #endif /* _CDEF_BF506F_H */
This page took 0.038414 seconds and 5 git commands to generate.