blackfin.h 321 B

1234567891011121314151617181920
  1. /*
  2. * Copyright 2005-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. #define BF533_FAMILY
  9. #include "bf533.h"
  10. #include "defBF532.h"
  11. #include "anomaly.h"
  12. #if !defined(__ASSEMBLY__)
  13. #include "cdefBF532.h"
  14. #endif
  15. #endif /* _MACH_BLACKFIN_H_ */