brintos

brintos / linux-shallow public Read only

0
0
Text · 354 B · 8c72d28 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 __DTSEC_H7#define __DTSEC_H8 9#include "fman_mac.h"10 11struct mac_device;12 13int dtsec_initialization(struct mac_device *mac_dev,14			 struct device_node *mac_node,15			 struct fman_mac_params *params);16 17#endif /* __DTSEC_H */18