/* * buf is big enough to hold sdev->inbytes - 1 bytes, the status byte * is in the scope of the framework.
*/ int (*set_data)(struct siox_device *sdevice, u8 status, u8 buf[]); /* * buf is big enough to hold sdev->outbytes - 1 bytes, the status byte * is in the scope of the framework
*/ int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
/* * module_siox_driver() - Helper macro for drivers that don't do * anything special in module init/exit. This eliminates a lot of * boilerplate. Each module may only use this macro once, and * calling it replaces module_init() and module_exit()
*/ #define module_siox_driver(__siox_driver) \
module_driver(__siox_driver, siox_driver_register, \
siox_driver_unregister)
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
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 ist noch experimentell.