Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * RapidIO architecture support
0004  *
0005  * Copyright 2005 MontaVista Software, Inc.
0006  * Matt Porter <mporter@kernel.crashing.org>
0007  */
0008 
0009 #ifndef ASM_PPC_RIO_H
0010 #define ASM_PPC_RIO_H
0011 
0012 #ifdef CONFIG_FSL_RIO
0013 extern int fsl_rio_mcheck_exception(struct pt_regs *);
0014 #else
0015 static inline int fsl_rio_mcheck_exception(struct pt_regs *regs) {return 0; }
0016 #endif
0017 
0018 #endif              /* ASM_PPC_RIO_H */