forked from I2P_Developers/i2p.i2p
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!)
This commit is contained in:
21
core/c/jcpuid/include/jcpuid.h
Normal file
21
core/c/jcpuid/include/jcpuid.h
Normal file
@ -0,0 +1,21 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class freenet_support_CPUInformation_CPUID */
|
||||
|
||||
#ifndef _Included_freenet_support_CPUInformation_CPUID
|
||||
#define _Included_freenet_support_CPUInformation_CPUID
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: freenet_support_CPUInformation_CPUID
|
||||
* Method: doCPUID
|
||||
* Signature: (I)Lfreenet/support/CPUInformation/CPUID$CPUIDResult;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_freenet_support_CPUInformation_CPUID_doCPUID
|
||||
(JNIEnv *, jclass, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user