setup.h 293 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021 Stafford Horne
  4. */
  5. #ifndef _ASM_OR1K_SETUP_H
  6. #define _ASM_OR1K_SETUP_H
  7. #include <linux/init.h>
  8. #include <asm-generic/setup.h>
  9. #ifndef __ASSEMBLY__
  10. void __init or1k_early_setup(void *fdt);
  11. #endif
  12. #endif /* _ASM_OR1K_SETUP_H */