patch-2.4.11-dontuse linux/include/asm-ppc/walnut.h
Next file: linux/include/asm-s390/processor.h
Previous file: linux/include/asm-ppc/spd8xx.h
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Mon Oct 8 11:43:01 2001
- Orig file:
v2.4.10/linux/include/asm-ppc/walnut.h
- Orig date:
Mon May 21 15:02:06 2001
diff -u --recursive --new-file v2.4.10/linux/include/asm-ppc/walnut.h linux/include/asm-ppc/walnut.h
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.walnut.h 1.7 05/17/01 18:14:26 cort
+ * BK Id: SCCS/s.walnut.h 1.10 09/14/01 17:37:56 trini
*/
/*
*
@@ -27,10 +27,7 @@
#ifndef __WALNUT_H__
#define __WALNUT_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
+#ifndef __ASSEMBLY__
/*
* Data structure defining board information maintained by the boot
* ROM on IBM's "Walnut" evaluation board. An effort has been made to
@@ -49,19 +46,13 @@
unsigned int bi_pci_busfreq; /* PCI Bus speed, in Hz */
} bd_t;
+#endif /* !__ASSEMBLY__ */
+
/* Memory map for the IBM "Walnut" 405GP evaluation board.
* Generic 4xx plus RTC.
*/
#define WALNUT_RTC_ADDR ((uint)0xf0001000)
#define WALNUT_RTC_SIZE ((uint)4*1024)
-
-#ifdef __cplusplus
-}
-#endif
-
-/* Generic 4xx type
-*/
-#define _MACH_4xx (_MACH_walnut)
#endif /* __WALNUT_H__ */
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)