kexec-internal.h 272 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ARM_KEXEC_INTERNAL_H
  3. #define _ARM_KEXEC_INTERNAL_H
  4. struct kexec_relocate_data {
  5. unsigned long kexec_start_address;
  6. unsigned long kexec_indirection_page;
  7. unsigned long kexec_mach_type;
  8. unsigned long kexec_r2;
  9. };
  10. #endif