Search
lxdream.org :: lxdream/src/mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mmio.h
changeset 31:495e480360d7
prev10:c898b37506e0
next55:96323c198da3
author nkeynes
date Mon Dec 26 10:48:55 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove the temporary ASIC log line
file annotate diff log raw
1.1 --- a/src/mmio.h Sun Dec 11 05:15:36 2005 +0000
1.2 +++ b/src/mmio.h Mon Dec 26 10:48:55 2005 +0000
1.3 @@ -1,3 +1,21 @@
1.4 +/**
1.5 + * $Id: mmio.h,v 1.2 2005-12-25 08:24:07 nkeynes Exp $
1.6 + *
1.7 + * mmio.h defines a complicated batch of macros used to build up the
1.8 + * memory-mapped I/O regions in a reasonably readable fashion.
1.9 + *
1.10 + * Copyright (c) 2005 Nathan Keynes.
1.11 + *
1.12 + * This program is free software; you can redistribute it and/or modify
1.13 + * it under the terms of the GNU General Public License as published by
1.14 + * the Free Software Foundation; either version 2 of the License, or
1.15 + * (at your option) any later version.
1.16 + *
1.17 + * This program is distributed in the hope that it will be useful,
1.18 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.19 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.20 + * GNU General Public License for more details.
1.21 + */
1.22 #ifndef dream_mmio_H
1.23 #define dream_mmio_H 1
1.24
.