diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rfkill.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index c0cab7d37828..98667becdee4 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h | |||
@@ -117,4 +117,11 @@ static inline char *rfkill_get_led_name(struct rfkill *rfkill) | |||
117 | #endif | 117 | #endif |
118 | } | 118 | } |
119 | 119 | ||
120 | /* rfkill notification chain */ | ||
121 | #define RFKILL_STATE_CHANGED 0x0001 /* state of a normal rfkill | ||
122 | switch has changed */ | ||
123 | |||
124 | int register_rfkill_notifier(struct notifier_block *nb); | ||
125 | int unregister_rfkill_notifier(struct notifier_block *nb); | ||
126 | |||
120 | #endif /* RFKILL_H */ | 127 | #endif /* RFKILL_H */ |