blob: 83ce62b7257d9936cc616b61cafd3284fb1e97f1 [file] [log] [blame]
Riven Chen1a4a5252022-10-17 13:11:27 +08001/*
2 * Copyright (c) 2022, MediaTek Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PTP3_COMMON_H
8#define PTP3_COMMON_H
9
10/* config enum */
11enum PTP3_CFG {
12 PTP3_CFG_ADDR,
13 PTP3_CFG_VALUE,
14 NR_PTP3_CFG,
15};
16
17/* prototype */
18void ptp3_core_init(unsigned int core);
19void ptp3_core_deinit(unsigned int core);
20
21#endif /* PTP3_COMMON_H */