removing trailing content

This commit is contained in:
mike@arpaia.co 2014-11-10 17:44:06 -05:00 committed by Sean Williams
parent c49286dd96
commit 376b292c57

View File

@ -5,3 +5,26 @@
#include <linux/kobject.h>
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;
};