Subversion Repositories shark

Rev

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


#ifndef __IDEGLUE_H
#define __IDEGLUE_H
#include "ll/sys/cdefs.h"

__BEGIN_DECLS

void ide_glue_send_request(int ideif);
int ide_glue_activate_interface(int ideif);
void ide_glue_unactivate_interface(int ideif);

__END_DECLS
#endif