Files
mars-nwe/include/core/procdefs.h
OpenAI 418e3c66ec
All checks were successful
Source release / source-package (push) Successful in 1m32s
core: import NSS UTC time helper library into libnwcore
2026-06-12 19:22:21 +02:00

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_ */