![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 0002 * slcan.h - serial line CAN interface driver 0003 * 0004 * Copyright (C) Laurence Culhane <loz@holmes.demon.co.uk> 0005 * Copyright (C) Fred N. van Kempen <waltje@uwalt.nl.mugnet.org> 0006 * Copyright (C) Oliver Hartkopp <socketcan@hartkopp.net> 0007 * Copyright (C) 2022 Amarula Solutions, Dario Binacchi <dario.binacchi@amarulasolutions.com> 0008 * 0009 */ 0010 0011 #ifndef _SLCAN_H 0012 #define _SLCAN_H 0013 0014 bool slcan_err_rst_on_open(struct net_device *ndev); 0015 int slcan_enable_err_rst_on_open(struct net_device *ndev, bool on); 0016 0017 extern const struct ethtool_ops slcan_ethtool_ops; 0018 0019 #endif /* _SLCAN_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |