17 lines
308 B
C
17 lines
308 B
C
/*
|
|
* Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef MT_CPUXGPT_H
|
|
#define MT_CPUXGPT_H
|
|
|
|
/* REG */
|
|
#define INDEX_CNT_L_INIT 0x008
|
|
#define INDEX_CNT_H_INIT 0x00C
|
|
|
|
void generic_timer_backup(void);
|
|
|
|
#endif /* MT_CPUXGPT_H */
|