10 lines
192 B
C
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
|