On this link I came across
http://lxr.linux.no/#linux+v2.6.36/include/linux/pci.h#L299
integer declaration
unsigned int is_added:1;I have made C programs and declared integers in them but in the above I see use of
:
What sort of syntax is that?
On this link I came across http://lxr.linux.no/#linux+v2.6.36/include/linux/pci.h#L299 integer declaration unsigned int is_added:1; I have
Share
I think you have come across a bit-field 🙂