Skip to content
Snippets Groups Projects
Commit bd74ff44 authored by Patrick Robbe's avatar Patrick Robbe
Browse files

UIpdate signature of slc functions

parent feba654e
No related branches found
No related tags found
1 merge request!56links
...@@ -16,15 +16,15 @@ ...@@ -16,15 +16,15 @@
// Functions to read/write registers and stream files to Front End // Functions to read/write registers and stream files to Front End
int pcie40_readfee8(int fd, int ch, int adr); int pcie40_readfee8(int dev, int ch, int adr);
int pcie40_writefee8(int fd, int ch, int adr, int val); int pcie40_writefee8(int dev, int ch, int adr, int val);
unsigned long pcie40_readfee32(int fd, int ch, int adr); unsigned long pcie40_readfee32(int dev, int ch, int adr);
int pcie40_writefee32(int fd, int ch, int adr, int val); int pcie40_writefee32(int dev, int ch, int adr, int val);
int pcie40_writestream(int fd, int ch, char *filename); int pcie40_writestream(int dev, int ch, char *filename);
#endif // PCIE40_B2SLC_H #endif // PCIE40_B2SLC_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment