Cut PM out of the adddma/deldma/getdma call path
This commit is contained in:
@@ -315,9 +315,6 @@ int getnprocnr(pid_t pid);
|
||||
int getpprocnr(void);
|
||||
int _pm_findproc(char *proc_name, int *proc_nr);
|
||||
int mapdriver(char *label, int major, int style, int flags);
|
||||
int adddma(endpoint_t proc_e, phys_bytes start, phys_bytes size);
|
||||
int deldma(endpoint_t proc_e, phys_bytes start, phys_bytes size);
|
||||
int getdma(endpoint_t *procp, phys_bytes *basep, phys_bytes *sizep);
|
||||
pid_t getnpid(endpoint_t proc_ep);
|
||||
uid_t getnuid(endpoint_t proc_ep);
|
||||
gid_t getngid(endpoint_t proc_ep);
|
||||
|
||||
Reference in New Issue
Block a user