summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_aux.h
blob: f5528a9f187db99af1bf797c80c8d70847890f9a (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2018-2025, Advanced Micro Devices, Inc. */

#ifndef _IONIC_AUX_H_
#define _IONIC_AUX_H_

int ionic_auxbus_register(struct ionic_lif *lif);
void ionic_auxbus_unregister(struct ionic_lif *lif);

#endif /* _IONIC_AUX_H_ */