Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * The Cobalt board ID information.
0003  *
0004  * This file is subject to the terms and conditions of the GNU General Public
0005  * License.  See the file "COPYING" in the main directory of this archive
0006  * for more details.
0007  *
0008  * Copyright (C) 1997 Cobalt Microserver
0009  * Copyright (C) 1997, 2003 Ralf Baechle
0010  * Copyright (C) 2001, 2002, 2003 Liam Davies (ldavies@agile.tv)
0011  */
0012 #ifndef __ASM_COBALT_H
0013 #define __ASM_COBALT_H
0014 
0015 extern int cobalt_board_id;
0016 
0017 #define COBALT_BRD_ID_QUBE1    0x3
0018 #define COBALT_BRD_ID_RAQ1     0x4
0019 #define COBALT_BRD_ID_QUBE2    0x5
0020 #define COBALT_BRD_ID_RAQ2     0x6
0021 
0022 #endif /* __ASM_COBALT_H */