| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2007-12-12 22:20:19 +09:00
										 |  |  |  * The Cobalt board ID information. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This file is subject to the terms and conditions of the GNU General Public | 
					
						
							|  |  |  |  * License.  See the file "COPYING" in the main directory of this archive | 
					
						
							|  |  |  |  * for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 1997 Cobalt Microserver | 
					
						
							|  |  |  |  * Copyright (C) 1997, 2003 Ralf Baechle | 
					
						
							|  |  |  |  * Copyright (C) 2001, 2002, 2003 Liam Davies (ldavies@agile.tv) | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef __ASM_COBALT_H
 | 
					
						
							|  |  |  | #define __ASM_COBALT_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-02 22:54:41 +09:00
										 |  |  | extern int cobalt_board_id; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define COBALT_BRD_ID_QUBE1    0x3
 | 
					
						
							|  |  |  | #define COBALT_BRD_ID_RAQ1     0x4
 | 
					
						
							|  |  |  | #define COBALT_BRD_ID_QUBE2    0x5
 | 
					
						
							|  |  |  | #define COBALT_BRD_ID_RAQ2     0x6
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* __ASM_COBALT_H */
 |