Search
lxdream.org :: lxdream/src/clock.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/clock.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next814:f1a21df54e19
author nkeynes
date Wed Jul 23 11:10:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Change sprintf to snprintf (safer)
file annotate diff log raw
1.1 --- a/src/clock.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/clock.h Wed Jul 23 11:10:49 2008 +0000
1.3 @@ -1,5 +1,6 @@
1.4 /**
1.5 * $Id$
1.6 + *
1.7 * External interface to the dreamcast serial port, implemented by
1.8 * sh4/scif.c
1.9 *
1.10 @@ -15,8 +16,9 @@
1.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.12 * GNU General Public License for more details.
1.13 */
1.14 -#ifndef dream_clock_H
1.15 -#define dream_clock_H 1
1.16 +
1.17 +#ifndef lxdream_clock_H
1.18 +#define lxdream_clock_H 1
1.19
1.20 #include <stdint.h>
1.21
.