* Added definition of CALLOUT_MPSAFE. This closes ticket #2752.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-09-19 08:33:23 +00:00
parent cac510c913
commit e167a0a5d9
@@ -19,6 +19,7 @@ struct callout {
int c_flags;
};
#define CALLOUT_MPSAFE 0x0001
void callout_init_mtx(struct callout *c, struct mtx *mutex, int flags);
int callout_reset(struct callout *, int, void (*)(void *), void *);