blackfin.h 705 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Copyright 2008-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. #include "bf518.h"
  9. #include "anomaly.h"
  10. #include <asm/def_LPBlackfin.h>
  11. #ifdef CONFIG_BF512
  12. # include "defBF512.h"
  13. #endif
  14. #ifdef CONFIG_BF514
  15. # include "defBF514.h"
  16. #endif
  17. #ifdef CONFIG_BF516
  18. # include "defBF516.h"
  19. #endif
  20. #ifdef CONFIG_BF518
  21. # include "defBF518.h"
  22. #endif
  23. #ifndef __ASSEMBLY__
  24. # include <asm/cdef_LPBlackfin.h>
  25. # ifdef CONFIG_BF512
  26. # include "cdefBF512.h"
  27. # endif
  28. # ifdef CONFIG_BF514
  29. # include "cdefBF514.h"
  30. # endif
  31. # ifdef CONFIG_BF516
  32. # include "cdefBF516.h"
  33. # endif
  34. # ifdef CONFIG_BF518
  35. # include "cdefBF518.h"
  36. # endif
  37. #endif
  38. #endif