18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * The Cobalt board ID information.
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public
58c2ecf20Sopenharmony_ci * License.  See the file "COPYING" in the main directory of this archive
68c2ecf20Sopenharmony_ci * for more details.
78c2ecf20Sopenharmony_ci *
88c2ecf20Sopenharmony_ci * Copyright (C) 1997 Cobalt Microserver
98c2ecf20Sopenharmony_ci * Copyright (C) 1997, 2003 Ralf Baechle
108c2ecf20Sopenharmony_ci * Copyright (C) 2001, 2002, 2003 Liam Davies (ldavies@agile.tv)
118c2ecf20Sopenharmony_ci */
128c2ecf20Sopenharmony_ci#ifndef __ASM_COBALT_H
138c2ecf20Sopenharmony_ci#define __ASM_COBALT_H
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciextern int cobalt_board_id;
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#define COBALT_BRD_ID_QUBE1    0x3
188c2ecf20Sopenharmony_ci#define COBALT_BRD_ID_RAQ1     0x4
198c2ecf20Sopenharmony_ci#define COBALT_BRD_ID_QUBE2    0x5
208c2ecf20Sopenharmony_ci#define COBALT_BRD_ID_RAQ2     0x6
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif /* __ASM_COBALT_H */
23