162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * The Cobalt board ID information. 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 562306a36Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 662306a36Sopenharmony_ci * for more details. 762306a36Sopenharmony_ci * 862306a36Sopenharmony_ci * Copyright (C) 1997 Cobalt Microserver 962306a36Sopenharmony_ci * Copyright (C) 1997, 2003 Ralf Baechle 1062306a36Sopenharmony_ci * Copyright (C) 2001, 2002, 2003 Liam Davies (ldavies@agile.tv) 1162306a36Sopenharmony_ci */ 1262306a36Sopenharmony_ci#ifndef __ASM_COBALT_H 1362306a36Sopenharmony_ci#define __ASM_COBALT_H 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciextern int cobalt_board_id; 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#define COBALT_BRD_ID_QUBE1 0x3 1862306a36Sopenharmony_ci#define COBALT_BRD_ID_RAQ1 0x4 1962306a36Sopenharmony_ci#define COBALT_BRD_ID_QUBE2 0x5 2062306a36Sopenharmony_ci#define COBALT_BRD_ID_RAQ2 0x6 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci#endif /* __ASM_COBALT_H */ 23