1 /* 2 * Copyright (c) 2026 Qualcomm Innovation Center, Inc. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef QTIMER_DEFS_H 8 #define QTIMER_DEFS_H 9 10 #include "kodiak_def.h" 11 12 #define QTIMER0_F2V1_BASE_ADDRESS QTI_QTIMER_BASE + 0x5000 13 14 #define QTIMER_NBR_FRAMES 7 15 16 #endif /* QTIMER_DEFS_H */ 17