blackfin.h 809 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Copyright 2007-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 "bf548.h"
  9. #include "anomaly.h"
  10. #include <asm/def_LPBlackfin.h>
  11. #ifdef CONFIG_BF542
  12. # include "defBF542.h"
  13. #endif
  14. #ifdef CONFIG_BF544
  15. # include "defBF544.h"
  16. #endif
  17. #ifdef CONFIG_BF547
  18. # include "defBF547.h"
  19. #endif
  20. #ifdef CONFIG_BF548
  21. # include "defBF548.h"
  22. #endif
  23. #ifdef CONFIG_BF549
  24. # include "defBF549.h"
  25. #endif
  26. #ifndef __ASSEMBLY__
  27. # include <asm/cdef_LPBlackfin.h>
  28. # ifdef CONFIG_BF542
  29. # include "cdefBF542.h"
  30. # endif
  31. # ifdef CONFIG_BF544
  32. # include "cdefBF544.h"
  33. # endif
  34. # ifdef CONFIG_BF547
  35. # include "cdefBF547.h"
  36. # endif
  37. # ifdef CONFIG_BF548
  38. # include "cdefBF548.h"
  39. # endif
  40. # ifdef CONFIG_BF549
  41. # include "cdefBF549.h"
  42. # endif
  43. #endif
  44. #endif