armada-370-xp.h 511 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Generic definitions for Marvell Armada_370_XP SoCs
  4. *
  5. * Copyright (C) 2012 Marvell
  6. *
  7. * Lior Amsalem <alior@marvell.com>
  8. * Gregory CLEMENT <gregory.clement@free-electrons.com>
  9. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  10. */
  11. #ifndef __MACH_ARMADA_370_XP_H
  12. #define __MACH_ARMADA_370_XP_H
  13. #ifdef CONFIG_SMP
  14. void armada_xp_secondary_startup(void);
  15. extern const struct smp_operations armada_xp_smp_ops;
  16. #endif
  17. #endif /* __MACH_ARMADA_370_XP_H */