 e90fda0635
			
		
	
	
	e90fda0635
	
	
	
		
			
			Adding sysfs object to provide sysfs mount information in the same way as debugfs object does. The object provides following function: sysfs_find_mountpoint which returns the sysfs mount mount. Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1327674868-10486-4-git-send-email-jolsa@redhat.com Signed-off-by: Jiri Olsa <jolsa@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			110 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			110 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __SYSFS_H__
 | |
| #define __SYSFS_H__
 | |
| 
 | |
| const char *sysfs_find_mountpoint(void);
 | |
| 
 | |
| #endif /* __DEBUGFS_H__ */
 |