You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
13 lines
215 B
C
13 lines
215 B
C
|
|
/*
|
||
|
|
* kernfs.h - pseudo filesystem decoupled from vfs locking
|
||
|
|
*
|
||
|
|
* This file is released under the GPLv2.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __LINUX_KERNFS_H
|
||
|
|
#define __LINUX_KERNFS_H
|
||
|
|
|
||
|
|
struct sysfs_dirent;
|
||
|
|
|
||
|
|
#endif /* __LINUX_KERNFS_H */
|