1 /* 2 * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 8 #ifndef __DX_REG_COMMON_H__ 9 #define __DX_REG_COMMON_H__ 10 11 #define DX_DEV_SIGNATURE 0x10E00000UL 12 13 #endif /*__DX_REG_COMMON_H__*/ 14