mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +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__ */
|