ENUM_MIN_ELEMENTS
if (obj->type != ACPI_TYPE_PACKAGE || obj->package.count < ENUM_MIN_ELEMENTS ||
case ENUM: min_elements = ENUM_MIN_ELEMENTS; break;