blackfin.h 667 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * Copyright 2008-2009 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 "defBF512.h"
  10. #include "anomaly.h"
  11. #if defined(CONFIG_BF518)
  12. #include "defBF518.h"
  13. #endif
  14. #if defined(CONFIG_BF516)
  15. #include "defBF516.h"
  16. #endif
  17. #if defined(CONFIG_BF514)
  18. #include "defBF514.h"
  19. #endif
  20. #if defined(CONFIG_BF512)
  21. #include "defBF512.h"
  22. #endif
  23. #if !defined(__ASSEMBLY__)
  24. #include "cdefBF512.h"
  25. #if defined(CONFIG_BF518)
  26. #include "cdefBF518.h"
  27. #endif
  28. #if defined(CONFIG_BF516)
  29. #include "cdefBF516.h"
  30. #endif
  31. #if defined(CONFIG_BF514)
  32. #include "cdefBF514.h"
  33. #endif
  34. #endif
  35. #endif