planetbeing / xpwn

A cross-platform custom NOR firmware loader and custom IPSW generator for the iPhone

This URL has Read+Write access

commit  35b51a01b0f1a0a711896000d8aa7e2660fc2faf
tree    0509a4f715b6103dd8a463f958142ee6053e427f
parent  f23cc992df9ab6771d1dcdebfb08a0e65d667b10
xpwn / dfu-util / sam7dfu.h
100644 9 lines (6 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
#ifndef _SAM7DFU_H
#define _SAM7DFU_H
#include "abstractfile.h"
 
int sam7dfu_do_dnload(struct usb_dev_handle *usb_handle, int interface,
int xfer_size, AbstractFile* file);
 
#endif