static struct file_operations memory_fops = { open: memory_open, /* just a selector for the real open */ };
这是来自uclinux中的mem.c文件
c linux uclinux
c ×1
linux ×1
uclinux ×1