xref: /linux/drivers/net/ethernet/pensando/ionic/ionic_aux.h (revision 324f3e03e8a85931ce0880654e3c3eb38b0f0bba)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2018-2025, Advanced Micro Devices, Inc. */
3 
4 #ifndef _IONIC_AUX_H_
5 #define _IONIC_AUX_H_
6 
7 int ionic_auxbus_register(struct ionic_lif *lif);
8 void ionic_auxbus_unregister(struct ionic_lif *lif);
9 
10 #endif /* _IONIC_AUX_H_ */
11