mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-05 21:35:04 +08: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__ */
|