]> Git Repo - J-linux.git/blob - drivers/net/ethernet/pensando/ionic/ionic_devlink.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / drivers / net / ethernet / pensando / ionic / ionic_devlink.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
3
4 #ifndef _IONIC_DEVLINK_H_
5 #define _IONIC_DEVLINK_H_
6
7 #include <net/devlink.h>
8
9 int ionic_firmware_update(struct ionic_lif *lif, const struct firmware *fw,
10                           struct netlink_ext_ack *extack);
11
12 struct ionic *ionic_devlink_alloc(struct device *dev);
13 void ionic_devlink_free(struct ionic *ionic);
14 int ionic_devlink_register(struct ionic *ionic);
15 void ionic_devlink_unregister(struct ionic *ionic);
16
17 #endif /* _IONIC_DEVLINK_H_ */
This page took 0.030015 seconds and 4 git commands to generate.