nvme_init_ctrl() should not be exported, so move it to private.h
to indicate it's an internal symbol.
Signed-off-by: Hannes Reinecke <hare@suse.de>
bool modified;
};
+int nvme_init_ctrl(nvme_host_t h, nvme_ctrl_t c, int instance);
+
int nvme_set_attr(const char *dir, const char *attr, const char *value);
void json_read_config(nvme_root_t r, const char *config_file);
*/
void nvme_rescan_ctrl(nvme_ctrl_t c);
-/**
- * nvme_init_ctrl() -
- * @h:
- * @c:
- * @instance:
- *
- * Return:
- */
-int nvme_init_ctrl(nvme_host_t h, nvme_ctrl_t c, int instance);
-
/**
* nvme_free_ctrl() -
* @c: