diff options
Diffstat (limited to 'include/fsp-leds.h')
-rw-r--r-- | include/fsp-leds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fsp-leds.h b/include/fsp-leds.h index 577e719..c5a33ac 100644 --- a/include/fsp-leds.h +++ b/include/fsp-leds.h @@ -37,8 +37,8 @@ #define FSP_RSRC_PRSNC_UNKNOWN 0x80 /* Resource presence unknown */ /* LED exclusive bits */ -#define FSP_LED_EXCL_FAULT 1UL << 0 -#define FSP_LED_EXCL_IDENTIFY 1UL << 1 +#define FSP_LED_EXCL_FAULT (1UL << 0) +#define FSP_LED_EXCL_IDENTIFY (1UL << 1) /* LED update message source */ enum spcn_cmd_src { |