blackfin.h 519 B

123456789101112131415161718192021222324252627282930313233
  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. #define BF538_FAMILY
  9. #include "bf538.h"
  10. #include "anomaly.h"
  11. #include <asm/def_LPBlackfin.h>
  12. #ifdef CONFIG_BF538
  13. # include "defBF538.h"
  14. #endif
  15. #ifdef CONFIG_BF539
  16. # include "defBF539.h"
  17. #endif
  18. #ifndef __ASSEMBLY__
  19. # include <asm/cdef_LPBlackfin.h>
  20. # ifdef CONFIG_BF538
  21. # include "cdefBF538.h"
  22. # endif
  23. # ifdef CONFIG_BF539
  24. # include "cdefBF539.h"
  25. # endif
  26. #endif
  27. #endif