fpgafs/libfpga/libfpga.h

10 lines
380 B
C

/*********************************************
* Benjamin Krill <ben@codiert.org>
*********************************************/
int fpgafs_create_context(int fd, const char *name);
int fpgafs_send_data(const void *buf, int count);
int fpgafs_recv_data(void *buf, int count);
int fpgafs_send_cmd(unsigned int cmd);
int fpgafs_get_stat();
int fpgafs_set_lldrv(const char* name);