mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-24 23:14:17 +00:00
8 lines
113 B
C
8 lines
113 B
C
|
|
||
|
#ifndef __RTL8195A_IT_H_
|
||
|
#define __RTL8195A_IT_H_
|
||
|
|
||
|
|
||
|
int irq_alloc_wlan(void *contex);
|
||
|
|
||
|
#endif //__RTL8195A_IT_H_
|