int megaraid_sysfs_get_ldmap (adapter_t * adapter);
return 0 on success return -1 on failure
The commands issuance functionality is not generalized and implemented in context of ``get ld map'' command only. If required, the command issuance logical can be trivially pulled out and implemented as a standalone libary. For now, this should suffice since there is no other user of this interface.
return 0 on success return -1 on failure