Name
raw1394_get_config_rom -- reads the current version of the configuration ROM of a host
Arguments
- handle
libraw1394 handle
- buffer
the memory address at which to store the copy of the ROM
- buffersize
is the size of the buffer, rom_size
- rom_size
upon successful return, contains the size of the ROM
- rom_version
upon successful return, contains the version of the rom
Description
returns the size of the current rom image. rom_version is the
version number of the fetched rom.
Return
-1 (failure) if the buffer was too small or 0 for success