inp() outp() I/O access equivalent in FreeBSD

Hi

I'm going to develop an application that needs some direct hardware access. In linux or windows I use inp() and outp() functions to access hardware, how can I do that in freeBSD FreeBSD? I can not find io.h or something similar there in freeBSD FreeBSD.

Thanks.
 
Back
Top