*参照元 [#n525685d]
#backlinks

*説明 [#w20b83c8]
-パス: [[linux-4.4.1/]]
-パス: [[linux-4.4.1/include/asm-generic/io.h]]

-FIXME: これは何?
--説明


**引数 [#t07f8208]
-phys_addr_t offset
--
--[[linux-4.4.1/phys_addr_t]]
-size_t size
--
--[[linux-4.4.1/size_t]]


**返り値 [#c13180c3]
-void __iomem *
--


**参考 [#d328d521]


*実装 [#a2e1d1cc]
 #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);
-ioremap() を呼ぶだけ。
--[[linux-4.4.1/ioremap()]]

 }
 #endif


*コメント [#n449bab0]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS