OiO.lk Blog C# What's meaning of “EXPORT_SYMBOL” in Linux kernel code?
C#

What's meaning of “EXPORT_SYMBOL” in Linux kernel code?


From here

 48 struct snd_card *snd_cards[SNDRV_CARDS];
 49 EXPORT_SYMBOL(snd_cards);

I do not understand what’s the meaning of it and why that is used. I tried to search about it but did not understand the meaning of it.



You need to sign in to view this answers

Exit mobile version