APM_BATT_FLAG_HIGH
{ 100, 670, APM_BATT_FLAG_HIGH },
{ 90, 660, APM_BATT_FLAG_HIGH },
{ 80, 650, APM_BATT_FLAG_HIGH },
{ 70, 640, APM_BATT_FLAG_HIGH },
{ 60, 630, APM_BATT_FLAG_HIGH },
{ 50, 620, APM_BATT_FLAG_HIGH },
state = APM_BATT_FLAG_HIGH; /* XXX? */
state = APM_BATT_FLAG_HIGH; /* XXX? */
sc->battery_state = APM_BATT_FLAG_HIGH;
else if (sc->battery_state & APM_BATT_FLAG_HIGH)
pinfo->battery_flags = APM_BATT_FLAG_HIGH;
APM_BATT_FLAG_HIGH)
pinfo->battery_flags |= APM_BATT_FLAG_HIGH;
pinfo->battery_flags |= APM_BATT_FLAG_HIGH;
if (pi->battery_flags & APM_BATT_FLAG_HIGH)
if (batt_flags & APM_BATT_FLAG_HIGH)
if (pi->battery_flags & APM_BATT_FLAG_HIGH)
if (batt_flags & APM_BATT_FLAG_HIGH)
sc->battery_flags = APM_BATT_FLAG_HIGH;