cpu/speculation: Add prototype for cpu_show_srbds()
[linux-2.6-microblaze.git] / include / linux / cpu.h
index 5269258..8aa84c0 100644 (file)
@@ -64,6 +64,7 @@ extern ssize_t cpu_show_tsx_async_abort(struct device *dev,
                                        char *buf);
 extern ssize_t cpu_show_itlb_multihit(struct device *dev,
                                      struct device_attribute *attr, char *buf);
+extern ssize_t cpu_show_srbds(struct device *dev, struct device_attribute *attr, char *buf);
 
 extern __printf(4, 5)
 struct device *cpu_device_create(struct device *parent, void *drvdata,