f-stack/dpdk/drivers/net/ionic/ionic_mac_api.h

14 lines
285 B
C
Raw Normal View History

2023-09-13 12:21:49 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2018-2022 Advanced Micro Devices, Inc.
2021-02-05 08:48:47 +00:00
*/
#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_ */