mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 01:54:00 +00:00
7 lines
110 B
C
7 lines
110 B
C
|
#ifndef __SYSFS_H__
|
||
|
#define __SYSFS_H__
|
||
|
|
||
|
const char *sysfs_find_mountpoint(void);
|
||
|
|
||
|
#endif /* __DEBUGFS_H__ */
|