Add Cserve_Get_VM_Time
[qemu-palcode.git] / sys-clipper.h
blob31094ff38357bc6454f59089157c492f758f5a6f
1 /* Declarations for the CLIPPER system emulation.
3 Copyright (C) 2011 Richard Henderson
5 This file is part of QEMU PALcode.
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License or
10 (at your option) any later version.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the text
15 of the GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; see the file COPYING. If not see
19 <http://www.gnu.org/licenses/>. */
21 #ifndef SYS_CLIPPER_H
22 #define SYS_CLIPPER_H 1
24 #include "core-typhoon.h"
26 #define SYS_TYPE ST_DEC_TSUNAMI
27 #define SYS_VARIATION (5 << 10)
28 #define SYS_REVISION 0
30 #endif