Renamed findproc() to _pm_findproc() to reduce polluting of application

namespace.
This commit is contained in:
Ben Gras
2006-03-25 04:49:04 +00:00
parent d9544b38d3
commit 7b58dd7f9b
13 changed files with 20 additions and 21 deletions

View File

@@ -180,7 +180,7 @@ _PROTOTYPE( int getsigset, (sigset_t *sigset) );
_PROTOTYPE( int getprocnr, (void) );
_PROTOTYPE( int getnprocnr, (pid_t pid) );
_PROTOTYPE( int getpprocnr, (void) );
_PROTOTYPE( int findproc, (char *proc_name, int *proc_nr) );
_PROTOTYPE( int _pm_findproc, (char *proc_name, int *proc_nr) );
_PROTOTYPE( int allocmem, (phys_bytes size, phys_bytes *base) );
_PROTOTYPE( int freemem, (phys_bytes size, phys_bytes base) );
#define DEV_MAP 1