struct proc_dir_entry Definition in Kernel

后端 未结 1 1638
死守一世寂寞
死守一世寂寞 2021-01-15 15:40

Where is struct proc_dir_entry defined in linux kernel? in /linux/proc_fs.h it is just declared as: (kernel 3.10)

struct proc_dir_e         


        
1条回答
  •  执笔经年
    2021-01-15 16:06

    It is defined in fs/proc/internal.h.

    0 讨论(0)
提交回复
热议问题