]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/input.h
include: nand: move endif to end of file
[people/ms/u-boot.git] / include / input.h
index ad120e47f59b5e9a6bd689cf03e8fbe72d5b2bf5..2902b079b23dee172b1f0b69713fccb9bc26b6a8 100644 (file)
@@ -17,8 +17,8 @@ enum {
 enum {
        /* Keyboard LEDs */
        INPUT_LED_SCROLL        = 1 << 0,
-       INPUT_LED_CAPS          = 1 << 1,
-       INPUT_LED_NUM           = 1 << 2,
+       INPUT_LED_NUM           = 1 << 1,
+       INPUT_LED_CAPS          = 1 << 2,
 };
 
 /*