diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpu.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 1f6587590a1a..6e53b4823d7f 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
| @@ -44,6 +44,13 @@ extern ssize_t arch_cpu_release(const char *, size_t); | |||
| 44 | #endif | 44 | #endif |
| 45 | struct notifier_block; | 45 | struct notifier_block; |
| 46 | 46 | ||
| 47 | #ifdef CONFIG_ARCH_HAS_CPU_AUTOPROBE | ||
| 48 | extern int arch_cpu_uevent(struct device *dev, struct kobj_uevent_env *env); | ||
| 49 | extern ssize_t arch_print_cpu_modalias(struct device *dev, | ||
| 50 | struct device_attribute *attr, | ||
| 51 | char *bufptr); | ||
| 52 | #endif | ||
| 53 | |||
| 47 | /* | 54 | /* |
| 48 | * CPU notifier priorities. | 55 | * CPU notifier priorities. |
| 49 | */ | 56 | */ |
