summaryrefslogtreecommitdiffstats
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ring.h b/src/ring.h
deleted file mode 100644
index 4e3a22c..0000000
--- a/src/ring.h
+++ /dev/null
@@ -1,9 +0,0 @@
-typedef struct ring
-{
- uint8_t *data;
- size_t size;
- size_t write;
- size_t read;
-} ring_t;
-
-