filename | src/mmio.h |
changeset | 55:96323c198da3 |
prev | 31:495e480360d7 |
next | 136:f07efd59604f |
author | nkeynes |
date | Sun Jan 01 08:09:17 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Remove sh4core.h reference |
file | annotate | diff | log | raw |
1.1 --- a/src/mmio.h Sun Dec 25 08:24:11 2005 +00001.2 +++ b/src/mmio.h Sun Jan 01 08:09:17 2006 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: mmio.h,v 1.2 2005-12-25 08:24:07 nkeynes Exp $1.6 + * $Id: mmio.h,v 1.3 2006-01-01 08:09:17 nkeynes Exp $1.7 *1.8 * mmio.h defines a complicated batch of macros used to build up the1.9 * memory-mapped I/O regions in a reasonably readable fashion.1.10 @@ -28,7 +28,6 @@1.12 #include <stdint.h>1.13 #include <stdlib.h>1.14 -#include "sh4core.h"1.16 #define PAGE_TABLE_ENTRIES 128*10241.17 #define PAGE_SIZE 4096
.