![]() | |||||||||||||
Messages in this thread |
Huang wrote:
+/* setup data types */
+#define SETUP_NONE 0
+
+/* extensible setup data list node */
+struct setup_data {
+ u64 next;
+ u32 type;
+ u32 len;
+ u8 data[0];
+};
I don't understand what purpose the 'type' field serves.
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.940.382.4214
| ||||||||||||
| Last update: 2008-03-27 12:37 [W:0.413 / U:0.150 seconds] ©2003-2008 Jasper Spaans | |||||||||||||