LWN.net Logo

A new I/O memory access mechanism

A new I/O memory access mechanism

Posted Sep 16, 2004 8:11 UTC (Thu) by armcc (subscriber, #5827)
Parent article: A new I/O memory access mechanism

> void iowrite8(void __iomem *addr);
> void iowrite16(void __iomem *addr);
> void iowrite32(void __iomem *addr);

Don't these functions also require a value parameter ??


(Log in to post comments)

A new I/O memory access mechanism

Posted Sep 16, 2004 12:20 UTC (Thu) by corbet (editor, #1) [Link]

That would work a little better, wouldn't it? Don't know how that got through. Fixed now.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds