Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
pj |
1 |
|
|
|
2 |
#ifndef __IDEGLUE_H |
|
|
3 |
#define __IDEGLUE_H |
|
|
4 |
|
|
|
5 |
void ide_glue_send_request(int ideif); |
|
|
6 |
int ide_glue_activate_interface(int ideif); |
|
|
7 |
void ide_glue_unactivate_interface(int ideif); |
|
|
8 |
|
|
|
9 |
#endif |