]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/moduleparam.h
module: export param_free_charp()
[mirror_ubuntu-bionic-kernel.git] / include / linux / moduleparam.h
index c12f2147c350593fb827b7b29aebb33e8f9f0b4a..52666d90ca9452251c539383ecc7b038ba9afbea 100644 (file)
@@ -386,6 +386,7 @@ extern int param_get_ullong(char *buffer, const struct kernel_param *kp);
 extern const struct kernel_param_ops param_ops_charp;
 extern int param_set_charp(const char *val, const struct kernel_param *kp);
 extern int param_get_charp(char *buffer, const struct kernel_param *kp);
+extern void param_free_charp(void *arg);
 #define param_check_charp(name, p) __param_check(name, p, char *)
 
 /* We used to allow int as well as bool.  We're taking that away! */