diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-21 09:53:48 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-21 09:53:48 +0100 |
| commit | 15904ad51325426bcb3b8e87e714584e437417b7 (patch) | |
| tree | ef41e227769654a5b28b6e55d040200313cc57ea /libcmap_block_list.c | |
| parent | First commit (diff) | |
| download | libcmap-15904ad51325426bcb3b8e87e714584e437417b7.tar.gz libcmap-15904ad51325426bcb3b8e87e714584e437417b7.tar.bz2 libcmap-15904ad51325426bcb3b8e87e714584e437417b7.tar.xz | |
Implement script and block listing
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libcmap_block_list.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libcmap_block_list.c b/libcmap_block_list.c index e0d3b93..c0d9214 100644 --- a/libcmap_block_list.c +++ b/libcmap_block_list.c @@ -2,10 +2,7 @@ #include "libcmap.h" -static const struct libcmap_block list[] = { - {"Phony block", {0, 0}} -}; - +#include "Blocks.txt.c" const struct libcmap_block *const libcmap_block_list = list; const size_t libcmap_block_list_size = sizeof(list) / sizeof(*list); |
