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

10 lines
192 B
C

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