mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 09:22:37 +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__ */
|