766687540c
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>
14 lines
285 B
C
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_ */
|