Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353785
b: refs/heads/master
c: d078fde
h: refs/heads/master
i:
  353783: dd41996
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 7907b7c commit 99b573b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3d9a8f727d25f08cfccc68b64667085f403e54a
refs/heads/master: d078fde369d175eb188c92df07c3163079d8beab
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/led_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@

#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,
Expand Down

0 comments on commit 99b573b

Please sign in to comment.