blackfin.h 388 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Copyright 2011 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 "bf609.h"
  9. #include "anomaly.h"
  10. #include <asm/def_LPBlackfin.h>
  11. #ifdef CONFIG_BF609
  12. # include "defBF609.h"
  13. #endif
  14. #ifndef __ASSEMBLY__
  15. # include <asm/cdef_LPBlackfin.h>
  16. # ifdef CONFIG_BF609
  17. # include "cdefBF609.h"
  18. # endif
  19. #endif
  20. #endif