1*2d9fd380Sjfb8856606 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0) 2*2d9fd380Sjfb8856606 * Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved. 3*2d9fd380Sjfb8856606 */ 4*2d9fd380Sjfb8856606 5*2d9fd380Sjfb8856606 #ifndef _IONIC_API_H_ 6*2d9fd380Sjfb8856606 #define _IONIC_API_H_ 7*2d9fd380Sjfb8856606 8*2d9fd380Sjfb8856606 #include "ionic.h" 9*2d9fd380Sjfb8856606 10*2d9fd380Sjfb8856606 int32_t ionic_init_mac(struct ionic_hw *hw); 11*2d9fd380Sjfb8856606 int32_t ionic_set_mac_type(struct ionic_hw *hw); 12*2d9fd380Sjfb8856606 13*2d9fd380Sjfb8856606 #endif /* _IONIC_API_H_ */ 14