HomeSort by relevance Sort by last modified time
    Searched refs:scubootstrap (Results 1 - 2 of 2) sorted by null

  /device/asus/fugu/recovery/
fw_version_check.h 28 struct fw_version scubootstrap; member in struct:firmware_versions
fw_version_check.cpp 176 v->scubootstrap.minor = fw_revision[1] << 8 | fw_revision[0];
177 v->scubootstrap.major = fw_revision[3] << 8 | fw_revision[2];
231 v->scubootstrap.minor = 0;
232 v->scubootstrap.major = 0;

Completed in 1963 milliseconds