Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Full featured card summary



On Sat, 2004-03-13 at 19:12, Andrew de Quincey wrote:
+#pragma pack(1)
+struct ves1x93_state {
+            u8 inversion:2;
+};
+#pragma pack()
+

I think this is quite ugly and I'd prefer 

struct ves1x93_state {
	fe_spectral_inversion_t inversion;
};

without those pragmas.

Regards,
Andreas



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index