9 lines
128 B
C
9 lines
128 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef _KSYSFS_H_
|
|
#define _KSYSFS_H_
|
|
|
|
void ksysfs_init(void);
|
|
|
|
#endif /* _KSYSFS_H_ */
|