blob: 6a7103bbe06d0222c0aca026857c42a3339f7b50 (
plain)
1
2
3
4
5
6
|
#include "gxid_proto.h"
int gxid_claim_device(char *host, int port,
GxidU32 device, GxidU32 window, int exclusive);
int gxid_release_device(char *host, int port, GxidU32 device,
GxidU32 window);
|