handlelibraw1394 handle
startidentifies addressrange
lengthidentifies addressrange
initial_valuepointer to buffer containing (if necessary) initial value NULL means undefined
arm_tagidentifier for arm_tag_handler (usually pointer to raw1394_arm_reqhandle)
access_rightsaccess-rights for registered addressrange handled by kernel-part. Value is one or more binary or of the following flags - ARM_READ, ARM_WRITE, ARM_LOCK
notification_optionsidentifies for which type of request you want to be notified. Value is one or more binary or of the following flags - ARM_READ, ARM_WRITE, ARM_LOCK
client_transactionsidentifies for which type of request you want to handle the request by the client application. for those requests no response will be generated, but has to be generated by the application. Value is one or more binary or of the following flags - ARM_READ, ARM_WRITE, ARM_LOCK For each bit set here, notification_options and access_rights will be ignored.