X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/1c4ae50b125e53f27aad3ca6a66bae346c5c390a..5df9bdcff11e0a64b9c05ca5294d6edf0a62603f:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index e663b7d..f8885ec 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -116,4 +116,7 @@ int emufs_tipo2_get_regsize(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE *re */ int emufs_tipo2_dummyfill(EMUFS *efs, EMUFS_OFFSET reg_pos, EMUFS_REG_SIZE amount); +/** Método para modificar un registro */ +EMUFS_REG_ID emufs_tipo2_modificar_registro(EMUFS *emu, EMUFS_REG_ID id, void *data, EMUFS_REG_SIZE size, int *error); + #endif /* _EMUFS_TIPO2_H_ */