xref: /dpdk/drivers/net/ionic/ionic_mac_api.h (revision 43f062ac3a926e53993b52a3d4333f2de2c6a706)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2018-2022 Advanced Micro Devices, Inc.
3  */
4 
5 #ifndef _IONIC_API_H_
6 #define _IONIC_API_H_
7 
8 #include "ionic.h"
9 
10 int32_t ionic_init_mac(struct ionic_hw *hw);
11 int32_t ionic_set_mac_type(struct ionic_hw *hw);
12 
13 #endif /* _IONIC_API_H_ */
14