blob: aaee33d0120fca37ea880f113245debc18e6812e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* See LICENSE file for copyright and license details. */
#include "common.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);
|