summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/etas_es58x/es58x_devlink.c
blob: af6ca7ada23f3b100329d8ef72add82c06ee5745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: GPL-2.0

/* Driver for ETAS GmbH ES58X USB CAN(-FD) Bus Interfaces.
 *
 * File es58x_devlink.c: report the product information using devlink.
 *
 * Copyright (c) 2022 Vincent Mailhol <mailhol.vincent@wanadoo.fr>
 */

#include <net/devlink.h>

const struct devlink_ops es58x_dl_ops = {
};