drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / mips / include / asm / mach-cobalt / cobalt.h
blob97f9d5e9446d22e1371b1c9f6fe09d59610d27ed
1 /*
2 * The Cobalt board ID information.
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.
8 * Copyright (C) 1997 Cobalt Microserver
9 * Copyright (C) 1997, 2003 Ralf Baechle
10 * Copyright (C) 2001, 2002, 2003 Liam Davies (ldavies@agile.tv)
12 #ifndef __ASM_COBALT_H
13 #define __ASM_COBALT_H
15 extern int cobalt_board_id;
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
22 void cobalt_machine_halt(void);
23 void cobalt_machine_restart(char *command);
25 #endif /* __ASM_COBALT_H */