aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3399/include/soc/symbols.h
blob: c51f02b0cdf94ea839dbb65a99576ca54d8eaa4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __SOC_SYMBOLS_H__
#define __SOC_SYMBOLS_H__

#include <symbols.h>

DECLARE_REGION(bl31_sram)
DECLARE_REGION(pmu_sram)

#endif