Semi-decennial update. 50% code inflation.
[cbaos.git] / include / lock.h
blob7f37c532b125e732ef30c509c146d10b878dd8c7
1 #ifndef _LOCK_H_
2 #define _LOCK_H_
4 #include <arch/lock.h>
6 #define LOCK_DECLARE_INIT(name) \
7 struct lock (name) = LOCK_INIT
9 #endif