summaryrefslogtreecommitdiff
path: root/apps/buffering.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.h')
-rwxr-xr-x[-rw-r--r--]apps/buffering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/buffering.h b/apps/buffering.h
index fcffcf086c..1a75d865ae 100644..100755
--- a/apps/buffering.h
+++ b/apps/buffering.h
@@ -47,6 +47,7 @@ enum data_type {
47#define ERR_HANDLE_NOT_DONE -5 47#define ERR_HANDLE_NOT_DONE -5
48#define ERR_UNSUPPORTED_TYPE -6 48#define ERR_UNSUPPORTED_TYPE -6
49#define ERR_WRONG_THREAD -7 49#define ERR_WRONG_THREAD -7
50#define ERR_BITMAP_TOO_LARGE -8
50 51
51/* Initialise the buffering subsystem */ 52/* Initialise the buffering subsystem */
52void buffering_init(void) INIT_ATTR; 53void buffering_init(void) INIT_ATTR;