rmgr Driver support Functions
rmgr_AssignFunc
Syntax:
#include
rmgr_AssignFunc (int fd, char *to, int tolen, char *from, int frlen)
Description:
Assigns function type ressource to a target pointer
both ressources have to exist in the kernel database.
This function is intended to provide a generic function
interface. So certain functionalities of a driver can be
modified throug the ressource manager.
Functions can only be set if the consuming driver
is already loaded in the kernel.
Compilation Example:
cc -o your_program -lrmgr your_program.c
Sun Dec 13 14:32:19 1998