aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fieldbus/fieldbus_dev.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17staging: add Fieldbus Device subsystem.Sven Van Asbroeck1-0/+108
Fieldbus device (client) adapters allow data exchange with a PLC aka. "Fieldbus Controller" over a fieldbus (Profinet, FLNet, etc.) They are typically used when a Linux device wants to expose itself as an actuator, motor, console light, switch, etc. over the fieldbus. This framework is designed to provide a generic interface to Fieldbus Devices from both the Linux Kernel and the userspace. Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>