···11721172 const void **data, size_t *size);
1173117311741174/**
11751175+ * fit_image_get_phase() - Get the phase from a FIT image
11761176+ *
11771177+ * @fit: FIT to read from
11781178+ * @offset: offset node to read
11791179+ * @phasep: Returns phase, if any
11801180+ * Return: 0 if read OK and *phasep is value, -ENOENT if there was no phase
11811181+ * property in the node, other -ve value on other error
11821182+ */
11831183+int fit_image_get_phase(const void *fit, int offset,
11841184+ enum image_phase_t *phasep);
11851185+11861186+/**
11751187 * fit_get_data_node() - Get verified image data for an image
11761188 * @fit: Pointer to the FIT format image header
11771189 * @image_uname: The name of the image node