Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Kernel/Linux Kernel Development/Linux Kernel Module/Kernel Module Programming/
EXPORT_SYMBOL
Search

EXPORT_SYMBOL

Created
Created
2023 Oct 17 11:25
Editor
Editor
Seonglae ChoSeonglae Cho
Creator
Creator
Seonglae ChoSeonglae Cho
Edited
Edited
2023 Oct 17 14:29
Refs
Refs
 
 
 
 
 
5. EXPORT_SYMBOL — Linux Kernel Workbook 1.0 documentation
Generally the modules will never live alone. We need to divide the code into multiple modules for better organization and readability as well as we need to use the APIs or functionality which is available in other modules or the functions which are made available to us by the Linux Kernel.
5. EXPORT_SYMBOL — Linux Kernel Workbook 1.0 documentation
https://lkw.readthedocs.io/en/latest/doc/04_exporting_symbols.html
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Kernel/Linux Kernel Development/Linux Kernel Module/Kernel Module Programming/
EXPORT_SYMBOL
Copyright Seonglae Cho