brintos

brintos / linux-shallow public Read only

0
0
Text · 348 B · 768b8d1 Raw
18 lines · c
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_H7#define __TGEC_H8 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