/* SPDX-License-Identifier: GPL-2.0 */ /* * The USB Monitor, inspired by Dave Harding's USBMon. * * Copyright (C) 2005 Pete Zaitcev (zaitcev@redhat.com)
*/
#ifndef __USB_MON_H #define __USB_MON_H
#include <linux/list.h> #include <linux/slab.h> #include <linux/kref.h> /* #include <linux/usb.h> */ /* We use struct pointers only in this header */
/* * An instance of a process which opened a file (but can fork later)
*/ struct mon_reader { struct list_head r_link; struct mon_bus *m_bus; void *r_data; /* Use container_of instead? */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.