/* All packets have, at least, an 8-byte header, which contains * the packet type. The kernel driver uses the packet header for packet * validation and to perform any necessary required preparation before * sending them off to the hardware.
*/ struct goya_packet {
__le64 header; /* The rest of the packet data follows. Use the corresponding * packet_XXX struct to deference the data, based on packet type
*/
u8 contents[];
};
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.