6s电话接通震动咋设置:Indirect

来源:百度文库 编辑:神马品牌网 时间:2024/05/12 05:28:38
typedef struct {
u32 *p;
u32 key;
struct buffer_head *bh;
} Indirect;
是在linux源代码
具体在ext2/inode.c中
就想请教这个数据结构是做什么用的啊?