Home
last modified time | relevance | path

Searched refs:scubootstrap (Results 1 – 2 of 2) sorted by relevance

/device/asus/fugu/recovery/
Dfw_version_check.cpp176 v->scubootstrap.minor = fw_revision[1] << 8 | fw_revision[0]; in get_current_fw_rev()
177 v->scubootstrap.major = fw_revision[3] << 8 | fw_revision[2]; in get_current_fw_rev()
231 v->scubootstrap.minor = 0; in get_image_fw_rev()
232 v->scubootstrap.major = 0; in get_image_fw_rev()
Dfw_version_check.h28 struct fw_version scubootstrap; member