smp.h 303 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * arch/arm/mach-sti/smp.h
  4. *
  5. * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
  6. * http://www.st.com
  7. */
  8. #ifndef __MACH_STI_SMP_H
  9. #define __MACH_STI_SMP_H
  10. extern const struct smp_operations sti_smp_ops;
  11. void sti_secondary_startup(void);
  12. #endif