Search
lxdream.org :: lxdream/src/serial.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/serial.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next1077:136fc24d17ef
author nkeynes
date Wed Jul 30 03:00:40 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add debian changelog file
file annotate diff log raw
1.1 --- a/src/serial.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/serial.h Wed Jul 30 03:00:40 2008 +0000
1.3 @@ -15,8 +15,8 @@
1.4 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.5 * GNU General Public License for more details.
1.6 */
1.7 -#ifndef dream_serial_H
1.8 -#define dream_serial_H 1
1.9 +#ifndef lxdream_serial_H
1.10 +#define lxdream_serial_H 1
1.11
1.12 #include <stdint.h>
1.13
1.14 @@ -48,4 +48,4 @@
1.15 }
1.16 #endif
1.17
1.18 -#endif
1.19 +#endif /* !lxdream_serial_H */
.