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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user