jni_sparc.h revision 0:a61af66fc99e
1178481Sjb/*
2178481Sjb * Copyright 1997-2004 Sun Microsystems, Inc.  All Rights Reserved.
3178481Sjb * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4178481Sjb *
5178481Sjb * This code is free software; you can redistribute it and/or modify it
6178481Sjb * under the terms of the GNU General Public License version 2 only, as
7178481Sjb * published by the Free Software Foundation.  Sun designates this
8178481Sjb * particular file as subject to the "Classpath" exception as provided
9178481Sjb * by Sun in the LICENSE file that accompanied this code.
10178481Sjb *
11178481Sjb * This code is distributed in the hope that it will be useful, but WITHOUT
12178481Sjb * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13178481Sjb * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14178481Sjb * version 2 for more details (a copy is included in the LICENSE file that
15178481Sjb * accompanied this code).
16178481Sjb *
17178481Sjb * You should have received a copy of the GNU General Public License version
18178481Sjb * 2 along with this work; if not, write to the Free Software Foundation,
19178481Sjb * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20178481Sjb *
21178481Sjb * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
22210767Srpaulo * CA 95054 USA or visit www.sun.com if you need additional information or
23178481Sjb * have any questions.
24178481Sjb */
25178481Sjb
26178481Sjb#define JNIEXPORT
27178481Sjb#define JNIIMPORT
28178481Sjb#define JNICALL
29178481Sjb
30178481Sjbtypedef int jint;
31178481Sjbtypedef long long jlong;
32178481Sjbtypedef signed char jbyte;
33178481Sjb