diff options
Diffstat (limited to 'include/linux/cpu.h')
| -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 a04ef7c15c6a..7b01bc11c692 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -47,6 +47,13 @@ extern void cpu_remove_dev_attr(struct device_attribute *attr);  extern int cpu_add_dev_attr_group(struct attribute_group *attrs);  extern void cpu_remove_dev_attr_group(struct attribute_group *attrs); +extern ssize_t cpu_show_meltdown(struct device *dev, +				 struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_spectre_v1(struct device *dev, +				   struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_spectre_v2(struct device *dev, +				   struct device_attribute *attr, char *buf); +  extern __printf(4, 5)  struct device *cpu_device_create(struct device *parent, void *drvdata,  				 const struct attribute_group **groups,  |