X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Framfs.h;h=b160fb18e8d6ce6f724827fe19fd31dfe748ddb8;hb=61e115a56d1aafd6e6a8a9fee8ac099a6128ac7b;hp=00b340ba66127131b5f4a3790d649b1bc33c5256;hpb=bbe5d235ee201705530a7153b57e141cd77d818b;p=cascardo%2Flinux.git diff --git a/include/linux/ramfs.h b/include/linux/ramfs.h index 00b340ba6612..b160fb18e8d6 100644 --- a/include/linux/ramfs.h +++ b/include/linux/ramfs.h @@ -17,5 +17,6 @@ extern int ramfs_nommu_mmap(struct file *file, struct vm_area_struct *vma); extern const struct file_operations ramfs_file_operations; extern struct vm_operations_struct generic_file_vm_ops; +extern int __init init_rootfs(void); #endif