mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ifxmips] some correction (sorry, was compiling old files)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13670 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -163,7 +163,7 @@ struct dma_channel_info {
|
||||
|
||||
struct dma_device_info {
|
||||
/* device name of this peripheral */
|
||||
const char *device_name;
|
||||
char device_name[15];
|
||||
int reserved;
|
||||
int tx_burst_len;
|
||||
int rx_burst_len;
|
||||
|
||||
@@ -141,7 +141,7 @@ struct gptu_ioctl_param {
|
||||
*/
|
||||
typedef void (*timer_callback)(unsigned long arg);
|
||||
|
||||
xtern int ifxmips_request_timer(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long);
|
||||
extern int ifxmips_request_timer(unsigned int, unsigned int, unsigned long, unsigned long, unsigned long);
|
||||
extern int ifxmips_free_timer(unsigned int);
|
||||
extern int ifxmips_start_timer(unsigned int, int);
|
||||
extern int ifxmips_stop_timer(unsigned int);
|
||||
|
||||
Reference in New Issue
Block a user