]> Pileus Git - ~andy/linux/blobdiff - include/linux/regulator/driver.h
regulator: Add REGULATOR_STATUS_UNDEFINED.
[~andy/linux] / include / linux / regulator / driver.h
index 80226383e561d1ceb536235f52040a0414c5bc7f..2513a54ca2e813014a9ae83fc75012d9e0a8cfd1 100644 (file)
@@ -32,6 +32,8 @@ enum regulator_status {
        REGULATOR_STATUS_NORMAL,
        REGULATOR_STATUS_IDLE,
        REGULATOR_STATUS_STANDBY,
+       /* in case that any other status doesn't apply */
+       REGULATOR_STATUS_UNDEFINED,
 };
 
 /**