Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef _ZL3073X_DEVLINK_H
4#define _ZL3073X_DEVLINK_H
5
6struct zl3073x_dev;
7
8struct zl3073x_dev *zl3073x_devm_alloc(struct device *dev);
9
10int zl3073x_devlink_register(struct zl3073x_dev *zldev);
11
12void zl3073x_devlink_flash_notify(struct zl3073x_dev *zldev, const char *msg,
13 const char *component, u32 done, u32 total);
14
15#endif /* _ZL3073X_DEVLINK_H */