blackfin.h 587 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Copyright 2005-2010 Analog Devices Inc.
  3. *
  4. * Licensed under the GPL-2 or later.
  5. */
  6. #ifndef _MACH_BLACKFIN_H_
  7. #define _MACH_BLACKFIN_H_
  8. #define BF537_FAMILY
  9. #include "bf537.h"
  10. #include "anomaly.h"
  11. #include <asm/def_LPBlackfin.h>
  12. #ifdef CONFIG_BF534
  13. # include "defBF534.h"
  14. #endif
  15. #if defined(CONFIG_BF537) || defined(CONFIG_BF536)
  16. # include "defBF537.h"
  17. #endif
  18. #if !defined(__ASSEMBLY__)
  19. # include <asm/cdef_LPBlackfin.h>
  20. # ifdef CONFIG_BF534
  21. # include "cdefBF534.h"
  22. # endif
  23. # if defined(CONFIG_BF537) || defined(CONFIG_BF536)
  24. # include "cdefBF537.h"
  25. # endif
  26. #endif
  27. #endif