xref: /OK3568_Linux_fs/u-boot/arch/arm/include/asm/spin_table.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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