blob: 8c0fe83adf69e43950d6de743191db9d7bbeb02e [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef MT_CPUXGPT_H
8#define MT_CPUXGPT_H
developer65014b82015-04-13 14:47:57 +08009
10/* REG */
11#define INDEX_CNT_L_INIT 0x008
12#define INDEX_CNT_H_INIT 0x00C
13
14void generic_timer_backup(void);
15
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000016#endif /* MT_CPUXGPT_H */