Subversion Repositories shark

Rev

Rev 80 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
 
2
#ifndef __IDEGLUE_H
3
#define __IDEGLUE_H
80 pj 4
#include "ll/sys/cdefs.h"
2 pj 5
 
80 pj 6
__BEGIN_DECLS
7
 
2 pj 8
void ide_glue_send_request(int ideif);
9
int ide_glue_activate_interface(int ideif);
10
void ide_glue_unactivate_interface(int ideif);
11
 
80 pj 12
__END_DECLS
2 pj 13
#endif