Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright(c) 2015 EZchip Technologies. */ #ifndef __PLAT_EZNPS_SMP_H #define __PLAT_EZNPS_SMP_H #ifdef [31mCONFIG_SMP[0m extern void res_service(void); #endif /* CONFIG_SMP */ #endif