Merge branch 'linus' into x86/mm, to refresh the branch
[linux-block.git] / include / linux / pcs-rzn1-miic.h
CommitLineData
7dc54d3b
CL
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2022 Schneider Electric
4 *
5 * Clément Léger <clement.leger@bootlin.com>
6 */
7
8#ifndef __LINUX_PCS_MIIC_H
9#define __LINUX_PCS_MIIC_H
10
11struct phylink;
12struct device_node;
13
14struct phylink_pcs *miic_create(struct device *dev, struct device_node *np);
15
16void miic_destroy(struct phylink_pcs *pcs);
17
18#endif /* __LINUX_PCS_MIIC_H */