1*4882a593Smuzhiyun /* 2*4882a593Smuzhiyun * SPDX-License-Identifier: GPL-2.0+ 3*4882a593Smuzhiyun */ 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun #ifndef __ASM_SPIN_TABLE_H__ 6*4882a593Smuzhiyun #define __ASM_SPIN_TABLE_H__ 7*4882a593Smuzhiyun 8*4882a593Smuzhiyun extern u64 spin_table_cpu_release_addr; 9*4882a593Smuzhiyun extern char spin_table_reserve_begin; 10*4882a593Smuzhiyun extern char spin_table_reserve_end; 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun int spin_table_update_dt(void *fdt); 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun #endif /* __ASM_SPIN_TABLE_H__ */ 15