xref: /kvm-unit-tests/lib/arm/io.h (revision 1d4fa329a31388063d679e8c831339f42ff4ceb3)
1 /*
2  * Prototypes for io.c
3  *
4  * This work is licensed under the terms of the GNU GPL, version 2.
5  */
6 
7 #ifndef _ARM_IO_H_
8 #define _ARM_IO_H_
9 
10 extern void io_init(void);
11 
12 #endif
13