summaryrefslogtreecommitdiff
path: root/kernel/ringbuffer.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-04 00:53:30 +0200
committerMiguel <m.i@gmx.at>2018-10-04 00:53:30 +0200
commitce16fe524c14ccaae67fb634105da5aef08ead48 (patch)
tree03990f29389bd4c55f40b804b809c7060c24c739 /kernel/ringbuffer.h
parenta455cd5af26bf8731e7c981a9421b16ab34dae6f (diff)
moving framebuffer access completely to userspace
Diffstat (limited to 'kernel/ringbuffer.h')
-rw-r--r--kernel/ringbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ringbuffer.h b/kernel/ringbuffer.h
index 6ad9537..f68f766 100644
--- a/kernel/ringbuffer.h
+++ b/kernel/ringbuffer.h
@@ -27,7 +27,7 @@
#include <stdbool.h>
/** Ringbuffer sturcutre */
-typedef volatile struct ringbuffer_struct
+typedef struct ringbuffer_struct
{
uint32_t size;
uint32_t front;