From mboxrd@z Thu Jan 1 00:00:00 1970 From: rhoorfar@gmail.com (Reza Hoorfar) Date: Tue, 29 Jan 2013 14:31:28 +0330 Subject: use of EXPORT_SYMBOL() In-Reply-To: <20130128201308.GB2375@debian.localdomain> References: <20130128201308.GB2375@debian.localdomain> Message-ID: <004701cdfe10$028ba350$07a2e9f0$@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 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@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