2026-01-29 22:25:33 +08:00

10 lines
189 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2022 - 2023 Mucse Corporation. */
#ifndef _RNP_PCS_H_
#define _RNP_PCS_H_
extern struct rnp_pcs_operations pcs_ops_generic;
#endif