/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class ReadIR */

#ifndef _Included_ReadIR
#define _Included_ReadIR
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     ReadIR
 * Method:    closeIR
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_ReadIR_closeIR
  (JNIEnv *, jobject);

/*
 * Class:     ReadIR
 * Method:    openIR
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_ReadIR_openIR
  (JNIEnv *, jobject);

/*
 * Class:     ReadIR
 * Method:    readIR
 * Signature: ([B)I
 */
JNIEXPORT jint JNICALL Java_ReadIR_readIR
  (JNIEnv *, jobject, jbyteArray);

#ifdef __cplusplus
}
#endif
#endif

