Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v3.15.
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2/* Copyright (c) 2020 Marvell International Ltd. */
3
4#ifndef __QED_PTP_H
5#define __QED_PTP_H
6
7extern const struct qed_eth_ptp_ops qed_ptp_ops_pass;
8
9#endif /* __QED_PTP_H */