mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboAutoMod.git
synced 2026-06-16 10:56:01 +00:00
shofel
This commit is contained in:
17
Shofel/include/rcm.h
Normal file
17
Shofel/include/rcm.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _RCM_H_
|
||||
#define _RCM_H_
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "t124.h"
|
||||
#include "mini_libusb.h"
|
||||
#include "endianness.h"
|
||||
|
||||
int send_rcm_cmd( int rcm_usb, char* payload_filename, uint32_t payload_thumb_mode );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user