/* * Copyright (c) 2025, MediaTek Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef PTP3_PLAT_V2_H #define PTP3_PLAT_V2_H #include /* CPU Info */ #define PTP3_CFG_CPU_START_ID_B U(6) static unsigned int ptp3_cfg3[NR_PTP3_CFG] = {0x0C530400, 0xC00}; #endif /* PTP3_PLAT_V2_H */