Last change
on this file since 1850e89 was
f7f05cf,
checked in by zzz <zzz@…>, 16 years ago
|
imported Iakin's public domain jcpuid library allowing the detection of CPU types from java
imported Iakin's modifications to jbigi to use the jcpuid library in detecting what jbigi implementation to load
imported and slightly updated Iakin's scripts to build jbigi for lots of architectures
(yay iakin!)
|
-
Property mode set to
100644
|
File size:
569 bytes
|
Line | |
---|
1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
---|
2 | #include <jni.h> |
---|
3 | /* Header for class freenet_support_CPUInformation_CPUID */ |
---|
4 | |
---|
5 | #ifndef _Included_freenet_support_CPUInformation_CPUID |
---|
6 | #define _Included_freenet_support_CPUInformation_CPUID |
---|
7 | #ifdef __cplusplus |
---|
8 | extern "C" { |
---|
9 | #endif |
---|
10 | /* |
---|
11 | * Class: freenet_support_CPUInformation_CPUID |
---|
12 | * Method: doCPUID |
---|
13 | * Signature: (I)Lfreenet/support/CPUInformation/CPUID$CPUIDResult; |
---|
14 | */ |
---|
15 | JNIEXPORT jobject JNICALL Java_freenet_support_CPUInformation_CPUID_doCPUID |
---|
16 | (JNIEnv *, jclass, jint); |
---|
17 | |
---|
18 | #ifdef __cplusplus |
---|
19 | } |
---|
20 | #endif |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.