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