smp.h 449 B

1234567891011121314151617181920
  1. /*
  2. * arch/arm/mach-sti/smp.h
  3. *
  4. * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
  5. * http://www.st.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #ifndef __MACH_STI_SMP_H
  12. #define __MACH_STI_SMP_H
  13. extern const struct smp_operations sti_smp_ops;
  14. void sti_secondary_startup(void);
  15. #endif