mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
9bd9755dbb
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
13 lines
175 B
C
13 lines
175 B
C
/*
|
|
*
|
|
* (c) 2007 Laurent Vivier <Laurent@Vivier.EU>
|
|
*
|
|
*/
|
|
|
|
#include "libmap.h"
|
|
|
|
int map_get_blocksize(map_t *map)
|
|
{
|
|
return map->device->get_blocksize(map->device->data);
|
|
}
|