Name
raw1394_update_config_rom -- updates the configuration ROM of a host
Arguments
- handle
libraw1394 handle
- new_rom
a pointer to the new ROM image
- size
the size of the new ROM image in quadlets
- rom_version
the version numer of the current version, not the new
Description
rom_version must be the current
version, otherwise it will fail with return value -1.
Returns
-1 (failure) if the version is incorrect,
-2 (failure) if the new rom version is too big, or
0 for success