blob: c0d92142ef6b31ec282f0aa6d11cc7bee74174fd (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* See LICENSE file for copyright and license details. */
#include "libcmap.h"
#include "Blocks.txt.c"
const struct libcmap_block *const libcmap_block_list = list;
const size_t libcmap_block_list_size = sizeof(list) / sizeof(*list);
|