Remove io c code
This commit is contained in:
6
sw/io.c
6
sw/io.c
@@ -1,6 +0,0 @@
|
|||||||
#include <io.h>
|
|
||||||
|
|
||||||
int io_remap(int region) {
|
|
||||||
*(unsigned char*)IO_REMAP = region;
|
|
||||||
return (*(unsigned char*)IO_REMAP == region);
|
|
||||||
}
|
|
||||||
15
sw/io.h
15
sw/io.h
@@ -1,15 +0,0 @@
|
|||||||
#ifndef _IO_H
|
|
||||||
#define IO_H
|
|
||||||
|
|
||||||
|
|
||||||
#define IO_REMAP 0x7fff
|
|
||||||
|
|
||||||
|
|
||||||
enum io_regions {
|
|
||||||
io_region_de10lite = 0,
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
int io_remap(int region);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user