On Sunday, October 17, 2010 07:39:06 am Jonathan A. Kollasch wrote:
Provide for I/O space access on NetBSD.
Signed-off-by: Jonathan Kollasch jakllsch@kollasch.net
It might be better to use "inline" instead of "__inline" and define a macro to use the real name you want on certain platorms since c99 reserves the keyword "inline" for this purpose.
Having said that, do those functions really need to be inlined?
Thanks, wt