Linux-libre 4.13.7-gnu
[librecmc/linux-libre.git] / drivers / staging / ccree / dx_reg_base_host.h
1 /*
2  * Copyright (C) 2012-2017 ARM Limited or its affiliates.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, see <http://www.gnu.org/licenses/>.
15  */
16
17 #ifndef __DX_REG_BASE_HOST_H__
18 #define __DX_REG_BASE_HOST_H__
19
20 #define DX_BASE_CC 0x80000000
21 #define DX_BASE_HOST_RGF 0x0UL
22 #define DX_BASE_CRY_KERNEL     0x0UL
23 #define DX_BASE_ROM     0x40000000
24
25 #endif /*__DX_REG_BASE_HOST_H__*/