参照元

説明

引数

返り値

参考

実装

#ifndef ioremap_nocache
#define ioremap_nocache ioremap_nocache
static inline void __iomem *ioremap_nocache(phys_addr_t offset, size_t size)
{
        return ioremap(offset, size);
}
#endif

コメント


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS