[xtensa-cvscommit] linux/include/asm-xtensa/platform-xt2000 machvec.h,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <ma...@us...> - 2003-04-01 21:12:55
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa/platform-xt2000 In directory sc8-pr-cvs1:/tmp/cvs-serv23364 Modified Files: machvec.h Log Message: Add missing XT2000-specific prototype to get rid of a warning. Index: machvec.h =================================================================== RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/platform-xt2000/machvec.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** machvec.h 28 Aug 2002 16:11:31 -0000 1.1.1.1 --- machvec.h 1 Apr 2003 20:55:26 -0000 1.2 *************** *** 6,15 **** * for more details. * ! * Copyright (C) 2001 Tensilica Inc. */ /* ! * This file defines the platform-dependent functions, that are ! * provided by the xt2000 port */ --- 6,15 ---- * for more details. * ! * Copyright (C) 2001 - 2003 Tensilica Inc. */ /* ! * This file defines the platform-dependent functions ! * provided by the XT2000 port. */ *************** *** 20,24 **** extern void xt2000_setup (char **); ! extern int xt2000_pci_map_irq (struct pci_dev*, u8, u8); /* generic functions (must be implemented) */ --- 20,25 ---- extern void xt2000_setup (char **); ! extern int xt2000_pci_map_irq (struct pci_dev*, u8, u8); ! extern void xt2000_pci_fixup (void); /* generic functions (must be implemented) */ |