mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +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__ */
|