numam-dpdk/drivers/net/ionic/ionic_mac_api.h
Andrew Boyer 766687540c net/ionic: update license terms to remove GPL
Remove GPL2 and leave only BSD-3-Clause. This is more in line with
the norms of the DPDK community.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
2022-10-18 23:38:25 +02:00

14 lines
285 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2018-2022 Advanced Micro Devices, Inc.
*/
#ifndef _IONIC_API_H_
#define _IONIC_API_H_
#include "ionic.h"
int32_t ionic_init_mac(struct ionic_hw *hw);
int32_t ionic_set_mac_type(struct ionic_hw *hw);
#endif /* _IONIC_API_H_ */