xref: /linux/include/linux/rio_ids.h (revision 70a50ebd9a94533964c19f918dbbd66763e3f9e5)
1*70a50ebdSMatt Porter /*
2*70a50ebdSMatt Porter  * RapidIO devices
3*70a50ebdSMatt Porter  *
4*70a50ebdSMatt Porter  * Copyright 2005 MontaVista Software, Inc.
5*70a50ebdSMatt Porter  * Matt Porter <mporter@kernel.crashing.org>
6*70a50ebdSMatt Porter  *
7*70a50ebdSMatt Porter  * This program is free software; you can redistribute  it and/or modify it
8*70a50ebdSMatt Porter  * under  the terms of  the GNU General  Public License as published by the
9*70a50ebdSMatt Porter  * Free Software Foundation;  either version 2 of the  License, or (at your
10*70a50ebdSMatt Porter  * option) any later version.
11*70a50ebdSMatt Porter  */
12*70a50ebdSMatt Porter 
13*70a50ebdSMatt Porter #ifndef LINUX_RIO_IDS_H
14*70a50ebdSMatt Porter #define LINUX_RIO_IDS_H
15*70a50ebdSMatt Porter 
16*70a50ebdSMatt Porter #define RIO_ANY_ID			0xffff
17*70a50ebdSMatt Porter 
18*70a50ebdSMatt Porter #define RIO_VID_FREESCALE		0x0002
19*70a50ebdSMatt Porter #define RIO_DID_MPC8560			0x0003
20*70a50ebdSMatt Porter 
21*70a50ebdSMatt Porter #define RIO_VID_TUNDRA			0x000d
22*70a50ebdSMatt Porter #define RIO_DID_TSI500			0x0500
23*70a50ebdSMatt Porter 
24*70a50ebdSMatt Porter #endif				/* LINUX_RIO_IDS_H */
25