TERES/SOFTWARE/A64-TERES/linux-a64/arch/arm/plat-versatile/include/plat/platsmp.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

15 lines
499 B
C

/*
* linux/arch/arm/plat-versatile/include/plat/platsmp.h
*
* Copyright (C) 2011 ARM Ltd.
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
extern void versatile_secondary_startup(void);
extern void versatile_secondary_init(unsigned int cpu);
extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle);