processor.h 411 B

12345678910111213141516171819
  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. * SPDX-License-Identifier: GPL-2.0+
  12. */
  13. #ifndef __ASM_BLACKFIN_PROCESSOR_H
  14. #define __ASM_BLACKFIN_PROCESSOR_H
  15. /* Stub to make stupid common code happy */
  16. #endif