/* Copyright 2000-2016 Broadcom Corporation <:label-BRCM:2016:DUAL/GPL:standard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation (the "GPL"). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GPL is available at http://www.broadcom.com/licenses/GPLv2.php, or by writing to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. :> */ #ifndef __BCM_BTRM_GEN3_COMMON_H #define __BCM_BTRM_GEN3_COMMON_H #define BTRM_EXT_MEM_ADDR_SBI_REGION_BGN_EMMC 0xffc00000 #define BTRM_EXT_MEM_ADDR_SBI_REGION_BGN_SPI 0xffd00000 #define BTRM_EXT_MEM_ADDR_SBI_REGION_BGN_NAND 0xffe00000 #include "bcm_sbi_header.h" #endif