cdefBF512.h 539 B

123456789101112131415161718192021
  1. /*
  2. * Copyright 2008-2009 Analog Devices Inc.
  3. *
  4. * Licensed under the ADI BSD license or the GPL-2 (or later)
  5. */
  6. #ifndef _CDEF_BF512_H
  7. #define _CDEF_BF512_H
  8. /* include all Core registers and bit definitions */
  9. #include "defBF512.h"
  10. /* include core specific register pointer definitions */
  11. #include <asm/cdef_LPBlackfin.h>
  12. /* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF512 */
  13. /* include cdefBF51x_base.h for the set of #defines that are common to all ADSP-BF51x processors */
  14. #include "cdefBF51x_base.h"
  15. #endif /* _CDEF_BF512_H */