Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Yoichi Yuasa | 71466dd | 2007-12-12 22:20:19 +0900 | [diff] [blame] | 2 | * The Cobalt board ID information. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * This file is subject to the terms and conditions of the GNU General Public |
| 5 | * License. See the file "COPYING" in the main directory of this archive |
| 6 | * for more details. |
| 7 | * |
| 8 | * Copyright (C) 1997 Cobalt Microserver |
| 9 | * Copyright (C) 1997, 2003 Ralf Baechle |
| 10 | * Copyright (C) 2001, 2002, 2003 Liam Davies (ldavies@agile.tv) |
| 11 | */ |
| 12 | #ifndef __ASM_COBALT_H |
| 13 | #define __ASM_COBALT_H |
| 14 | |
Yoichi Yuasa | b4126e8 | 2007-10-02 22:54:41 +0900 | [diff] [blame] | 15 | extern int cobalt_board_id; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #define COBALT_BRD_ID_QUBE1 0x3 |
| 18 | #define COBALT_BRD_ID_RAQ1 0x4 |
| 19 | #define COBALT_BRD_ID_QUBE2 0x5 |
| 20 | #define COBALT_BRD_ID_RAQ2 0x6 |
| 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #endif /* __ASM_COBALT_H */ |