- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / include / asm-arm / arch-s3c2410 / regs-power.h
index f79987b..13d13b7 100644 (file)
@@ -23,7 +23,8 @@
 #define S3C2412_INFORM2                S3C24XX_PWRREG(0x78)
 #define S3C2412_INFORM3                S3C24XX_PWRREG(0x7C)
 
-#define S3C2412_PWRCFG_BATF_IGNORE             (0<<0)
+#define S3C2412_PWRCFG_BATF_IRQ                        (1<<0)
+#define S3C2412_PWRCFG_BATF_IGNORE             (2<<0)
 #define S3C2412_PWRCFG_BATF_SLEEP              (3<<0)
 #define S3C2412_PWRCFG_BATF_MASK               (3<<0)