blob: b6b03c934ed96b7ad908d45700a2a0f089b96e9f [file] [log] [blame]
Rohan Gargcfdc1922019-08-12 17:04:34 +02001/* 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
9int rockchip_cpuid_from_efuse(const u32 cpuid_offset,
10 const u32 cpuid_length,
11 u8 *cpuid);
12int rockchip_cpuid_set(const u8 *cpuid, const u32 cpuid_length);
13int rockchip_setup_macaddr(void);