use of EXPORT_SYMBOL()
Reza Hoorfar
rhoorfar at gmail.com
Tue Jan 29 06:01:28 EST 2013
You can use method signed by EXPORT_SYMBOL(xxx) on other modules (something
like public method on module that other module can import and use it)
-----Original Message-----
From: kernelnewbies-bounces at kernelnewbies.org
[mailto:kernelnewbies-bounces at kernelnewbies.org] On Behalf Of horseriver
Sent: Monday, January 28, 2013 11:43 PM
To: kernelnewbies at kernelnewbies.org
Subject: use of EXPORT_SYMBOL()
hi:)
In kernel code ,what is the use of EXPORT_SYMBOL()?
Does it export a function to user application ,
so this function can be used in user application ?
thanks!
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
More information about the Kernelnewbies
mailing list