blob: f10cb91f4b333e0b63c7ae64e32cbc6a35b8f593 [file] [log] [blame]
Yao Yuane0f8f542015-12-05 14:59:10 +08001/*
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
10unsigned int get_soc_major_rev(void);
11int arch_soc_init(void);
12#endif /* __FSL_LS102XA_SOC_H */