5ef518098e
Register the Pensando ionic PMD (net_ionic) and define initial probe and remove callbacks with adapter initialization. Signed-off-by: Alfredo Cardigliano <cardigliano@ntop.org> Reviewed-by: Shannon Nelson <snelson@pensando.io>
14 lines
316 B
C
14 lines
316 B
C
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
|
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
|
*/
|
|
|
|
#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_ */
|