blob: 0364bba09eed5c299b3f62e909bddda0b938b56c [file] [log] [blame]
developer65014b82015-04-13 14:47:57 +08001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
developer65014b82015-04-13 14:47:57 +08005 */
6
7#ifndef __MT_CPUXGPT_H__
8#define __MT_CPUXGPT_H__
9
10/* REG */
11#define INDEX_CNT_L_INIT 0x008
12#define INDEX_CNT_H_INIT 0x00C
13
14void generic_timer_backup(void);
15
16#endif /* __MT_CPUXGPT_H__ */