RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / Interface / usb / InterfaceIsr.h
bloba7c094558ae0f7069f26d3168f02218ae529b12c
1 /*
2 * InterfaceIsr.h
4 *Copyright (C) 2010 Beceem Communications, Inc.
6 *This program is free software: you can redistribute it and/or modify
7 *it under the terms of the GNU General Public License version 2 as
8 *published by the Free Software Foundation.
10 *This program is distributed in the hope that it will be useful,but
11 *WITHOUT ANY WARRANTY; without even the implied warranty of
12 *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 *See the GNU General Public License for more details.
15 *You should have received a copy of the GNU General Public License
16 *along with this program. If not, write to the Free Software Foundation, Inc.,
17 *51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 #ifndef _INTERFACE_ISR_H
23 #define _INTERFACE_ISR_H
25 int CreateInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter);
28 INT StartInterruptUrb(PS_INTERFACE_ADAPTER psIntfAdapter);
31 VOID InterfaceEnableInterrupt(PMINI_ADAPTER Adapter);
33 VOID InterfaceDisableInterrupt(PMINI_ADAPTER Adapter);
35 #endif