feat added init function
This commit is contained in:
13
kernel/vfs/tmpfs.c
Normal file
13
kernel/vfs/tmpfs.c
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by rick on 13-08-21.
|
||||
//
|
||||
|
||||
#include <myke/util/init.h>
|
||||
|
||||
void tmpfs_init() {
|
||||
}
|
||||
|
||||
INIT_FUNCTION(100) = {
|
||||
.name = "tmpfs",
|
||||
.init = tmpfs_init,
|
||||
};
|
||||
Reference in New Issue
Block a user