From: Rajat Jain <rajatj...@juniper.net>

Introduce header file to contain the Juniper Assembly IDs.

Signed-off-by: Mohammad Kamil <mka...@juniper.net>
Signed-off-by: Rajat Jain <rajatj...@juniper.net>
Signed-off-by: Debjit Ghosh <dgh...@juniper.net>
Signed-off-by: Guenter Roeck <gro...@juniper.net>
[Ported from Juniper kernel]
Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com>
---
 include/linux/jnx/board_ids.h | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 include/linux/jnx/board_ids.h

diff --git a/include/linux/jnx/board_ids.h b/include/linux/jnx/board_ids.h
new file mode 100644
index 0000000..74ce25a
--- /dev/null
+++ b/include/linux/jnx/board_ids.h
@@ -0,0 +1,31 @@
+/*
+ * Juniper Assembly ID(s) - for Juniper Boards
+ *
+ * Rajat Jain <rajatj...@juniper.net>
+ * Copyright (c) 2014 Juniper Networks
+ *
+ * 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; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+#ifndef __JNX_BOARD_IDS__
+#define __JNX_BOARD_IDS__
+
+#define JNX_ID_SNG_CB          0x09B3  /* Sangria Control Board */
+#define JNX_ID_SNG_PMB         0x09B7  /* Sangria CB/FPC PMB Board */
+#define JNX_ID_SNG_VDV_BASE_P2 0x09BC  /* Sangria Vaudville FPC Base P2 */
+#define JNX_ID_HENDRICKS_FPC_P2        0x0B9B  /* Hendricks FPC (new Serdes 
added) */
+#define JNX_ID_HENDRICKS_CB    0x0BA8  /* Hendricks Control Board */
+#define JNX_ID_GLD_2T_FPC      0x0BF9  /* Gladiator 2T FPC */
+#define JNX_ID_GLD_3T_FPC      0x0BFA  /* Gladiator 3T FPC */
+#define JNX_ID_POLARIS_RCB     0x0C09  /* Polaris RCB */
+#define JNX_ID_POLARIS_MLC     0x0C0A  /* Polaris Mono Line Card */
+#define JNX_ID_POLARIS_RCB_P2  0x0C51  /* Polaris RCB P2 */
+#define JNX_ID_OMEGA_RCB       0x0C6B  /* Omega RCB */
+
+#endif /* __JNX_BOARD_IDS__ */
-- 
1.9.1

Reply via email to