bootm.h 251 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2013, Google Inc.
  4. *
  5. * Copyright (C) 2011
  6. * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de>
  7. */
  8. #ifndef NDS32_BOOTM_H
  9. #define NDS32_BOOTM_H
  10. #include <asm/setup.h>
  11. #endif