24 lines
730 B
C
24 lines
730 B
C
/****************************************************************************
|
|
|
|
|
| Derived from Novell NSS procdefs.h for libnwcore userland builds.
|
|
| This wrapper keeps the NSS include name without pulling Linux kernel MPK
|
|
| headers into MARS-NWE libnwcore.
|
|
|
|
|
| This program is free software; you can redistribute it and/or modify it
|
|
| under the terms of version 2 of the GNU General Public License as
|
|
| published by the Free Software Foundation.
|
|
|
|
|
+-------------------------------------------------------------------------*/
|
|
#ifndef _PROCDEFS_H_
|
|
#define _PROCDEFS_H_
|
|
|
|
#ifndef _OMNI_H_
|
|
# include <omni.h>
|
|
#endif
|
|
|
|
#ifndef ASSERT_MPKNSS_LOCK
|
|
# define ASSERT_MPKNSS_LOCK() ((void)0)
|
|
#endif
|
|
|
|
#endif /* _PROCDEFS_H_ */
|