1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * RK3399: Architecture common definitions
4  *
5  * Copyright (C) 2019 Collabora Inc - https://www.collabora.com/
6  *      Rohan Garg <rohan.garg@collabora.com>
7  */
8 
9 int rockchip_cpuid_from_efuse(const u32 cpuid_offset,
10 			      const u32 cpuid_length,
11 			      u8 *cpuid);
12 int rockchip_cpuid_set(const u8 *cpuid, const u32 cpuid_length);
13 int rockchip_setup_macaddr(void);
14