diff options
author | pancake <pancake@dazo> | 2007-06-10 00:38:55 +0200 |
---|---|---|
committer | pancake <pancake@dazo> | 2007-06-10 00:38:55 +0200 |
commit | ec71146727eb352c57e0ddb5b38858f4a7780c6b (patch) | |
tree | f4b1cdbba1786d5c143c9952b7d641fb2df93acd /src/main.h | |
parent | 43d8d4591933762cec4e0f72d434aa47311419d3 (diff) | |
download | 0xFFFF-ec71146727eb352c57e0ddb5b38858f4a7780c6b.tar.bz2 |
* Drop the partition limit. It is calculed with ioctl()
* Query the user to strip or not the dumped pieces
* Add new flag '-s' for serial port console
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ extern struct usb_dev_handle *dev; int is_valid_device(struct usb_device_descriptor *udd); void list_valid_devices(); int usb_device_found(struct usb_device_descriptor *udd); +int console(const char *device); extern int verbose; #define D if (verbose) |