Move lttng wrappers into own module
[lttng-modules.git] / wrapper / random.c
index 74dce49fe4864de486fa33bf6a4bfdbf9c1faf05..8b03aec5981e7927bdc2d8499c623661dcf383b1 100644 (file)
@@ -55,6 +55,7 @@ end:
        filp_close(file, current->files);
        return ret;
 }
+EXPORT_SYMBOL_GPL(wrapper_get_bootid);
 
 #else
 
@@ -62,5 +63,6 @@ int wrapper_get_bootid(char *bootid)
 {
        return -ENOSYS;
 }
+EXPORT_SYMBOL_GPL(wrapper_get_bootid);
 
 #endif
This page took 0.027254 seconds and 4 git commands to generate.