xref: /linux/drivers/net/ethernet/freescale/fman/fman_dtsec.h (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
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_H
7 #define __DTSEC_H
8 
9 #include "fman_mac.h"
10 
11 struct mac_device;
12 
13 int 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