mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-29 23:58:04 +00:00 
			
		
		
		
	 604371b98d
			
		
	
	
		604371b98d
		
	
	
	
	
		
			
			git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1676 6f19259b-4bc3-4df7-8a09-765794883524
		
			
				
	
	
		
			23 lines
		
	
	
		
			607 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			607 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* DO NOT EDIT THIS FILE - it is machine generated */
 | |
| 
 | |
| #include <jni.h>
 | |
| /* Header for class org_tianocore_frameworktasks_Compress */
 | |
| 
 | |
| #ifndef _Included_org_tianocore_framework_tasks_Compress
 | |
| #define _Included_org_tianocore_framework_tasks_Compress
 | |
| #ifdef __cplusplus
 | |
| extern "C" {
 | |
| #endif
 | |
| /*
 | |
|  * Class:     org_tianocore_frameworktasks_Compress
 | |
|  * Method:    CallCompress
 | |
|  * Signature: ([BILjava/lang/String;)[B
 | |
|  */
 | |
| JNIEXPORT jbyteArray JNICALL Java_org_tianocore_framework_tasks_Compress_CallCompress
 | |
|   (JNIEnv *, jobject, jbyteArray, jint, jstring);
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 | |
| #endif
 |