From 376b292c57aa8b222a087ee2f237f30b6f95f731 Mon Sep 17 00:00:00 2001 From: "mike@arpaia.co" Date: Mon, 10 Nov 2014 17:44:06 -0500 Subject: [PATCH] removing trailing content --- include/osquery/kernel/linux/sysfs.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/include/osquery/kernel/linux/sysfs.h b/include/osquery/kernel/linux/sysfs.h index 2c876268..29e4dd49 100644 --- a/include/osquery/kernel/linux/sysfs.h +++ b/include/osquery/kernel/linux/sysfs.h @@ -5,3 +5,26 @@ #include int expose_sysfs(void); + +/** + * @brief XXX + * + * @param foo this is what foo does + * @param bar this is what bar does + * @param baz this is what baz does + * + * @return XXX + */ +ssize_t text_segment_hash_show(struct kobject *, struct attribute *, char *); + + +/** + * @brief XXX + */ +struct camb_attr { + /// This is what this is + struct attribute attr; + + /// This is what that is + int value; +};