|
MOS Source Code
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#define SYSFS_AUTOREGISTER(sysfs_name, sysfs_items) \
8 SYSFS_DEFINE_DIR(sysfs_name, sysfs_items); \
9 static void __sysfs_##sysfs_name##_init(void) \
11 sysfs_register(&__sysfs_##sysfs_name); \
13 MOS_INIT(SYSFS, __sysfs_##sysfs_name##_init)