Newer
Older
arm-trusted-firmware / plat / mediatek / mt8173 / drivers / timer / mt_cpuxgpt.h
@Antonio Nino Diaz Antonio Nino Diaz on 8 Nov 2018 308 bytes Standardise header guards across codebase
/*
 * 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 */