X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/367e1f59507d5e26b5f2fc0224bebeb7c33aebef..b1be8a89626ce30127758ad5e01a5c6069516fae:/emufs/emufs.h diff --git a/emufs/emufs.h b/emufs/emufs.h index fd7a5e6..280b72a 100644 --- a/emufs/emufs.h +++ b/emufs/emufs.h @@ -89,7 +89,7 @@ typedef unsigned long EMUFS_OFFSET; typedef struct _emu_fs_t { EMUFS_TYPE tipo; EMUFS_BLOCK_SIZE tam_bloque; /**< Tamaño de bloque. 0 Si no tiene bloques */ - EMUFS_REG_SIZE tam_reg; /**< Tamaño de registro. 0 Si son registros variables */ + EMUFS_REG_SIZE tam_reg; /**< Tamaño de registro. 0 Si son registros variables */ int (*leer_bloque)(struct _emu_fs_t*, EMUFS_BLOCK_ID, void*); /**< Método para leer un bloque */ int (*leer_registro)(struct _emu_fs_t*, EMUFS_REG_ID, void *); /**< Método para leer un registro */ EMUFS_REG_ID (*grabar_registro)(struct _emu_fs_t*, void*, EMUFS_REG_SIZE); /**< Método para grabar un registro */