summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/buflib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/buflib.h b/firmware/include/buflib.h
index a4796fbf33..45446c3b86 100644
--- a/firmware/include/buflib.h
+++ b/firmware/include/buflib.h
@@ -38,7 +38,6 @@ union buflib_data
38 intptr_t val; /* length of the block in n*sizeof(union buflib_data). 38 intptr_t val; /* length of the block in n*sizeof(union buflib_data).
39 Includes buflib metadata overhead. A negative value 39 Includes buflib metadata overhead. A negative value
40 indicates block is unallocated */ 40 indicates block is unallocated */
41 char name[1]; /* name, actually a variable sized string */
42 struct buflib_callbacks* ops; /* callback functions for move and shrink. Can be NULL */ 41 struct buflib_callbacks* ops; /* callback functions for move and shrink. Can be NULL */
43 char* alloc; /* start of allocated memory area */ 42 char* alloc; /* start of allocated memory area */
44 union buflib_data *handle; /* pointer to entry in the handle table. 43 union buflib_data *handle; /* pointer to entry in the handle table.