sys/io.h

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

sys/io.h

2,296 Views
mwb
Contributor I
I use CodeSourcery and Linux BSP and works on M5445EVB


I can't find sys/io.h anywhere from these two. How should I get it?
Labels (1)
0 Kudos
5 Replies

631 Views
kmahan
Contributor I
What are you trying to do?

The functions included in io.h (inX/insX/outX/outsX) aren't really applicable to the Coldfire/M68k platform.

--Kurt
0 Kudos

631 Views
mwb
Contributor I
Good question.
I am porting a code package which wasn't my code and I don't know why it was included.
It turn out I can build it without the include line.
Thanks
0 Kudos

631 Views
mwb
Contributor I
How do you do inl and outl?
I have another module that those to do PcicfgRd and PcicfgWr. I believe they are in sys/io.h

What should I do on freescale board?


0 Kudos

631 Views
kmahan
Contributor I
What are you trying to do?
0 Kudos

631 Views
mwb
Contributor I
read PCI config space
0 Kudos