/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class HAL */ #ifndef _Included_HAL #define _Included_HAL #ifdef __cplusplus extern "C" { #endif /* * Class: HAL * Method: inByte * Signature: (I)B */ JNIEXPORT jbyte JNICALL Java_HAL_inByte (JNIEnv *, jobject, jint); /* * Class: HAL * Method: inWord * Signature: (I)S */ JNIEXPORT jshort JNICALL Java_HAL_inWord (JNIEnv *, jobject, jint); /* * Class: HAL * Method: init * Signature: (III)Z */ JNIEXPORT jboolean JNICALL Java_HAL_init (JNIEnv *, jobject, jint, jint, jint); /* * Class: HAL * Method: outByte * Signature: (IB)V */ JNIEXPORT void JNICALL Java_HAL_outByte (JNIEnv *, jobject, jint, jbyte); /* * Class: HAL * Method: outWord * Signature: (IS)V */ JNIEXPORT void JNICALL Java_HAL_outWord (JNIEnv *, jobject, jint, jshort); /* * Class: HAL * Method: release * Signature: ()V */ JNIEXPORT void JNICALL Java_HAL_release (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif