processor.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * U-boot - processor.h
  3. *
  4. * Copyright (c) 2005-2007 Analog Devices Inc.
  5. *
  6. * This file is based on
  7. * include/asm-m68k/processor.h
  8. * Changes made by Akbar Hussain Lineo, Inc, May 2001 for BLACKFIN
  9. * Copyright (C) 1995 Hamish Macdonald
  10. *
  11. * See file CREDITS for list of people who contributed to this
  12. * project.
  13. *
  14. * This program is free software; you can redistribute it and/or
  15. * modify it under the terms of the GNU General Public License as
  16. * published by the Free Software Foundation; either version 2 of
  17. * the License, or (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; if not, write to the Free Software
  26. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  27. * MA 02110-1301 USA
  28. */
  29. #ifndef __ASM_BLACKFIN_PROCESSOR_H
  30. #define __ASM_BLACKFIN_PROCESSOR_H
  31. /* Stub to make stupid common code happy */
  32. #endif