]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/bcm/led_control.h
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[~andy/linux] / drivers / staging / bcm / led_control.h
index a06ee71a26ecdb09b90e2deb3eff28e59ea54fcd..bae40e22e11bf30951d245fc5e5159f1da567fc8 100644 (file)
                        wrmaltWithLock(Adapter, BCM_GPIO_OUTPUT_SET_REG, &gpio_val, sizeof(gpio_val)); \
        } while (0)
 
-#define B_ULONG32 unsigned long
-
-typedef enum _LEDColors {
+enum bcm_led_colors {
        RED_LED         = 1,
        BLUE_LED        = 2,
        YELLOW_LED      = 3,
        GREEN_LED       = 4
-} LEDColors; /* Enumerated values of different LED types */
+};
 
 enum bcm_led_events {
        SHUTDOWN_EXIT           = 0x00,