aboutsummaryrefslogtreecommitdiff
path: root/at76_usbdfu.h
blob: 83e9f22ac58910888abfc86dee1fc616e8a7b60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*- linux-c -*- */
/*
 * USB Device Firmware Upgrade (DFU) handler
 *
 * Copyright (c) 2003 Oliver Kurth
 * Copyright (c) 2004 Joerg Albert <joerg.albert@gmx.de>
 *
 *	This program is free software; you can redistribute it and/or
 *	modify it under the terms of the GNU General Public License as
 *	published by the Free Software Foundation; either version 2 of
 *	the License, or (at your option) any later version.
 *
 * This file is part of the Berlios driver for WLAN USB devices based on the 
 * Atmel AT76C503A/505/505A. See at76c503.h for details.
 */

#ifndef _USBDFU_H
#define _USBDFU_H

#include <linux/usb.h>

int usbdfu_download(struct usb_device *udev, u8 *fw_buf, u32 fw_len,
		    int manifest_sync_timeout);

#endif /* _USBDFU_H */