]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/linux-26-headers/include/linux/rio_ids.h
Inital import
[l4.git] / l4 / pkg / linux-26-headers / include / linux / rio_ids.h
diff --git a/l4/pkg/linux-26-headers/include/linux/rio_ids.h b/l4/pkg/linux-26-headers/include/linux/rio_ids.h
new file mode 100644 (file)
index 0000000..919d4e0
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * RapidIO devices
+ *
+ * Copyright 2005 MontaVista Software, Inc.
+ * Matt Porter <mporter@kernel.crashing.org>
+ *
+ * This program is free software; you can redistribute  it and/or modify it
+ * under  the terms of  the GNU General  Public License as published by the
+ * Free Software Foundation;  either version 2 of the  License, or (at your
+ * option) any later version.
+ */
+
+#ifndef LINUX_RIO_IDS_H
+#define LINUX_RIO_IDS_H
+
+#define RIO_ANY_ID                     0xffff
+
+#define RIO_VID_FREESCALE              0x0002
+#define RIO_DID_MPC8560                        0x0003
+
+#define RIO_VID_TUNDRA                 0x000d
+#define RIO_DID_TSI500                 0x0500
+
+#endif                         /* LINUX_RIO_IDS_H */