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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to