1e01aa904Sopenharmony_ci#include <linux/module.h> 2 3void exported_function_gpl(void) {} 4EXPORT_SYMBOL_GPL(exported_function_gpl); 5 6void local_function(void) {} 7int local_variable = 2; 8
1e01aa904Sopenharmony_ci#include <linux/module.h> 2 3void exported_function_gpl(void) {} 4EXPORT_SYMBOL_GPL(exported_function_gpl); 5 6void local_function(void) {} 7int local_variable = 2; 8