I am working on a software project, I have the following data structure:
My question is what tv:1 mean here?Code:struct saa7134_input { char *name; unsigned int vmux; enum saa7134_audio_in amux; unsigned int gpio; unsigned int tv:1; };
Thanks,
aayu