Commit 6c005ba8 authored by Alessandro Rubini's avatar Alessandro Rubini

doc: described open_by_lun function

parent 0bd77f5f
......@@ -1056,6 +1056,14 @@ The library offers the following structures and functions:
is found, the function return NULL with @code{EINVAL}; if either index or
@code{dev_id} are not found, the function returns NULL with @code{ENODEV}.
@item struct fdelay_board *fdelay_open_by_lun(int lun);
The function opens a pointer to a board, similarly to @i{fdelay_open},
but it uses the Logical Unit Number as argument instead. The LUN
is used internally be CERN libraries, and the function is needed
for compatibility with the installed tool-set. The function uses
a symbolic link in @i{dev}, created by the local installation procedure.
@end table
The sample program @i{fdelay-list} lists the boards currently on the system,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment