modified to provider better R5 compatibility

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1615 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-10-23 13:45:47 +00:00
parent 2050c9bb7c
commit d7e489f80a
7 changed files with 100 additions and 8 deletions
+2 -1
View File
@@ -25,7 +25,7 @@ extern "C" {
--- */
extern _IMPEXP_KERNEL thread_id spawn_kernel_thread (
thread_entry function,
thread_func function,
const char *thread_name,
long priority,
void *arg
@@ -241,6 +241,7 @@ extern _IMPEXP_KERNEL int register_kernel_daemon(void (*func)(void *, int), vo
extern _IMPEXP_KERNEL int unregister_kernel_daemon(void (*func)(void *, int), void *arg);
extern _IMPEXP_KERNEL void call_all_cpus(void (*f)(void*, int), void* cookie);
extern _IMPEXP_KERNEL int load_driver_symbols(const char *driver_name);
#ifdef __cplusplus
}