summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/qcs405/include/soc/symbols.h
blob: fb17102cf7be6d12a5d845aa481242c9e9b097b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_QUALCOMM_QCS405_SYMBOLS_H_
#define _SOC_QUALCOMM_QCS405_SYMBOLS_H_

#include <symbols.h>
#include <types.h>

DECLARE_REGION(ssram);
DECLARE_REGION(bsram);
DECLARE_REGION(dram_reserved);

#endif // _SOC_QUALCOMM_QCS405_SYMBOLS_H_