support McKernel's sysfs tree

This commit is contained in:
NAKAMURA Gou
2015-11-20 16:46:08 +09:00
parent e805249651
commit 8cb72df663
14 changed files with 2625 additions and 10 deletions

View File

@@ -30,6 +30,7 @@
#include <init.h>
#include <cls.h>
#include <syscall.h>
#include <sysfs.h>
//#define IOCTL_FUNC_EXTENSION
#ifdef IOCTL_FUNC_EXTENSION
@@ -278,6 +279,7 @@ static void post_init(void)
ap_start();
create_os_procfs_files();
sysfs_init();
}
#ifdef DCFA_RUN
extern void user_main();