patch-2.4.21 linux-2.4.21/include/asm-ppc64/types.h

Next file: linux-2.4.21/include/asm-ppc64/uaccess.h
Previous file: linux-2.4.21/include/asm-ppc64/timex.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc64/types.h linux-2.4.21/include/asm-ppc64/types.h
@@ -64,6 +64,12 @@
 typedef u32 dma_addr_t;
 typedef u64 dma64_addr_t;
 
+typedef struct {
+	unsigned long entry;
+	unsigned long toc;
+	unsigned long env;
+} func_descr_t;
+
 #endif /* __KERNEL__ */
 #endif /* __ASSEMBLY__ */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)