blob: 8c0fe83adf69e43950d6de743191db9d7bbeb02e [file] [log] [blame]
CC Ma7d116dc2015-04-13 14:47:57 +08001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
CC Ma7d116dc2015-04-13 14:47:57 +08005 */
6
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00007#ifndef MT_CPUXGPT_H
8#define MT_CPUXGPT_H
CC Ma7d116dc2015-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 Diazc3cf06f2018-11-08 10:20:19 +000016#endif /* MT_CPUXGPT_H */