xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h (revision e6e3faa5c2da591cd3e0f2047a74cfc832e7b738)
1 /*
2  * Copyright 2015 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef __FSL_LS102XA_SOC_H
8 #define __FSL_LS102XA_SOC_H
9 
10 unsigned int get_soc_major_rev(void);
11 int arch_soc_init(void);
12 #endif /* __FSL_LS102XA_SOC_H */
13