参照元

説明

引数

返り値

参考

実装

CONFIG_PROC_FS 有効

static inline struct proc_dir_entry *proc_create(
        const char *name, umode_t mode, struct proc_dir_entry *parent,
        const struct file_operations *proc_fops)
{
        return proc_create_data(name, mode, parent, proc_fops, NULL);
}

CONFIG_PROC_FS 無効

#define proc_create(name, mode, parent, proc_fops) ({NULL;})

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-03-07 (月) 10:37:46