// // Created by rick on 13-08-21. // #include void tmpfs_init() { } INIT_FUNCTION(100) = { .name = "tmpfs", .init = tmpfs_init, };