summaryrefslogtreecommitdiffstats
path: root/runtime/relayfs/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/relayfs/buffers.h')
-rw-r--r--runtime/relayfs/buffers.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/relayfs/buffers.h b/runtime/relayfs/buffers.h
deleted file mode 100644
index 37a12493..00000000
--- a/runtime/relayfs/buffers.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _BUFFERS_H
-#define _BUFFERS_H
-
-/* This inspired by rtai/shmem */
-#define FIX_SIZE(x) (((x) - 1) & PAGE_MASK) + PAGE_SIZE
-
-extern int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma);
-extern struct rchan_buf *relay_create_buf(struct rchan *chan);
-extern void relay_destroy_buf(struct rchan_buf *buf);
-extern void relay_remove_buf(struct kref *kref);
-
-#endif/* _BUFFERS_H */