POWER_MAX_CLONE
#define POWER_MINOR_TO_CLONE(minor) ((minor) & (POWER_MAX_CLONE - 1))
uchar_t clones[POWER_MAX_CLONE]; /* array of minor clones */
for (clone = 1; clone < POWER_MAX_CLONE; clone++)
if (clone == POWER_MAX_CLONE) {