relocate.h 240 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2016 Cadence Design Systems Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _ASM_XTENSA_RELOCATE_H
  7. #define _ASM_XTENSA_RELOCATE_H
  8. #include <common.h>
  9. int clear_bss(void);
  10. #endif /* _ASM_XTENSA_RELOCATE_H */