summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405/include/soc/symbols.h
blob: d952d722ab109fb386f08a4a4a8eab678d7bdfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* This file is part of the coreboot project. */
/* 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_