X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/15bf403f66891d89987a3a429b83a632fca74c5b..e81cf1f1af923bee85d60e896bbbe0491bca4264:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 5e9b547..7c85555 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -68,4 +68,6 @@ EMUFS_REG_ID emufs_tipo3_modificar_registro(EMUFS *emu, EMUFS_REG_ID, void*, EMU EMUFS_Estadisticas emufs_tipo3_leer_estadisticas(EMUFS *); +void* emufs_tipo3_leer_registro_raw(struct _emu_fs_t*, EMUFS_REG_ID, EMUFS_REG_SIZE*, int *); + #endif /* _EMUFS_TIPO3_H_ */