1/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later */
2/*
3 * Copyright 2008 - 2015 Freescale Semiconductor Inc.
4 */
5
6#ifndef __TGEC_H
7#define __TGEC_H
8
9#include "fman_mac.h"
10
11struct mac_device;
12
13int tgec_initialization(struct mac_device *mac_dev,
14			struct device_node *mac_node,
15			struct fman_mac_params *params);
16
17#endif /* __TGEC_H */
18