filename | src/sh4/intc.h |
changeset | 736:a02d1475ccfd |
prev | 561:533f6b478071 |
author | nkeynes |
date | Mon Jul 14 07:44:42 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Re-indent everything consistently Fix include guards for consistency as well |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/intc.h Tue Jan 01 05:08:38 2008 +00001.2 +++ b/src/sh4/intc.h Mon Jul 14 07:44:42 2008 +00001.3 @@ -16,16 +16,13 @@1.4 * GNU General Public License for more details.1.5 */1.7 -#ifndef sh4intc_H1.8 -#define sh4intc_H 11.9 +#ifndef lxdream_intc_H1.10 +#define lxdream_intc_H 11.12 #include "sh4core.h"1.14 #ifdef __cplusplus1.15 extern "C" {1.16 -#if 01.17 -}1.18 -#endif1.19 #endif1.21 #define INT_IRQ0 0 /* External Interrupt request 0 */1.22 @@ -83,4 +80,4 @@1.23 }1.24 #endif1.26 -#endif /* !sh4intc_H */1.27 +#endif /* !lxdream_intc_H */
.