Fix circular module deps.
[lttng-modules.git] / ltt-relay.h
index c79403bf627b4dc18e8350b64967e28d00d2a732..3c23a8ebc31391c9dcabe410e2037ee78c5067a7 100644 (file)
@@ -374,4 +374,7 @@ ssize_t ltt_relay_file_splice_read(struct file *in, loff_t *ppos,
                                   unsigned int flags);
 loff_t ltt_relay_no_llseek(struct file *file, loff_t offset, int origin);
 
+extern int ltt_ascii_init(void);
+extern void ltt_ascii_exit(void);
+
 #endif /* _LINUX_LTT_RELAY_H */
This page took 0.023116 seconds and 4 git commands to generate.