blackfin.h 357 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright 2005-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 BF533_FAMILY
  9. #include "bf533.h"
  10. #include "anomaly.h"
  11. #include <asm/def_LPBlackfin.h>
  12. #include "defBF532.h"
  13. #ifndef __ASSEMBLY__
  14. # include <asm/cdef_LPBlackfin.h>
  15. # include "cdefBF532.h"
  16. #endif
  17. #endif