21 lines
413 B
C
Raw Normal View History

2026-01-29 22:25:33 +08:00
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later */
2026-01-21 18:59:54 +08:00
/*
2026-01-29 22:25:33 +08:00
* Copyright 2008 - 2015 Freescale Semiconductor Inc.
2026-01-21 18:59:54 +08:00
*/
#ifndef __MEMAC_H
#define __MEMAC_H
#include "fman_mac.h"
#include <linux/netdevice.h>
#include <linux/phy_fixed.h>
2026-01-29 22:25:33 +08:00
struct mac_device;
int memac_initialization(struct mac_device *mac_dev,
struct device_node *mac_node,
struct fman_mac_params *params);
2026-01-21 18:59:54 +08:00
#endif /* __MEMAC_H */