opr: Define opr_mutex_t in lockstub.h
[openafs.git] / src / opr / proc.h
1 /* Process information and manipulation tools. */
2
3 #ifndef OPENAFS_OPR_PROC_H
4 #define OPENAFS_OPR_PROC_H 1
5
6 afs_int32 opr_procsize(void);
7
8 #endif