Nibble 94445e1540 * Change the name of some types
- s/u64/ut64/
  - s/u32/ut32/
  - s/u16/ut16/
  - s/u8/ut8/
2009-07-08 13:49:55 +02:00
..
2009-07-08 13:49:55 +02:00
2009-02-05 22:08:46 +01:00
2009-02-05 22:08:46 +01:00
2009-07-08 13:49:55 +02:00
2009-02-05 22:08:46 +01:00
2009-07-08 13:49:55 +02:00
2009-02-05 22:08:46 +01:00
2009-07-08 13:49:55 +02:00
2009-07-08 13:49:55 +02:00
2009-07-08 13:49:55 +02:00

R_IO
====

IO       - manages basic IO
DESC     - file descriptor (stores seek, io_handler, ..)
HANDLE   - determines io backend by io plugins
SECTION  - allows virtual base addressing over the IO
MAP      - allows virtual maps at random address


// TODO:
  - Can share storage
UNDO     - records all write ops allowing undo, redo, reset operations
  r_io_undo_*
CACHE    - caches write operations to emulate fake reads
  r_io_cache_*