1e01aa904Sopenharmony_ci#include <linux/module.h> 2e01aa904Sopenharmony_ci 3e01aa904Sopenharmony_civoid exported_function(void) {} 4e01aa904Sopenharmony_ciEXPORT_SYMBOL(exported_function); 5e01aa904Sopenharmony_ci 6e01aa904Sopenharmony_civoid local_function(void) {} 7e01aa904Sopenharmony_ciint local_variable = 2; 8