- pre1: (for ISDN synchronization _ONLY_! Not complete!)
[davej-history.git] / kernel / ksyms.c
blob100adaeb3687d70960abf391d45b5e7cf57cb6c4
1 /*
2 * Herein lies all the functions/variables that are "exported" for linkage
3 * with dynamically loaded kernel modules.
4 * Jon.
6 * - Stacked module support and unified symbol table added (June 1994)
7 * - External symbol table support added (December 1994)
8 * - Versions on symbols added (December 1994)
9 * by Bjorn Ekwall <bj0rn@blox.se>
12 #include <linux/config.h>
13 #include <linux/malloc.h>
14 #include <linux/module.h>
15 #include <linux/blkdev.h>
16 #include <linux/cdrom.h>
17 #include <linux/kernel_stat.h>
18 #include <linux/vmalloc.h>
19 #include <linux/sys.h>
20 #include <linux/utsname.h>
21 #include <linux/interrupt.h>
22 #include <linux/ioport.h>
23 #include <linux/serial.h>
24 #include <linux/locks.h>
25 #include <linux/delay.h>
26 #include <linux/minix_fs.h>
27 #include <linux/ext2_fs.h>
28 #include <linux/random.h>
29 #include <linux/reboot.h>
30 #include <linux/pagemap.h>
31 #include <linux/sysctl.h>
32 #include <linux/hdreg.h>
33 #include <linux/skbuff.h>
34 #include <linux/genhd.h>
35 #include <linux/blkpg.h>
36 #include <linux/swap.h>
37 #include <linux/ctype.h>
38 #include <linux/file.h>
39 #include <linux/iobuf.h>
40 #include <linux/console.h>
41 #include <linux/poll.h>
42 #include <linux/mmzone.h>
43 #include <linux/mm.h>
44 #include <linux/capability.h>
45 #include <linux/highuid.h>
46 #include <linux/brlock.h>
47 #include <linux/fs.h>
49 #if defined(CONFIG_PROC_FS)
50 #include <linux/proc_fs.h>
51 #endif
52 #ifdef CONFIG_KMOD
53 #include <linux/kmod.h>
54 #endif
56 extern int console_loglevel;
57 extern void set_device_ro(kdev_t dev,int flag);
59 extern void *sys_call_table;
61 extern int sys_tz;
62 extern int request_dma(unsigned int dmanr, char * deviceID);
63 extern void free_dma(unsigned int dmanr);
64 extern spinlock_t dma_spin_lock;
66 #ifdef CONFIG_MODVERSIONS
67 const struct module_symbol __export_Using_Versions
68 __attribute__((section("__ksymtab"))) = {
69 1 /* Version version */, "Using_Versions"
71 #endif
74 EXPORT_SYMBOL(inter_module_register);
75 EXPORT_SYMBOL(inter_module_unregister);
76 EXPORT_SYMBOL(inter_module_get);
77 EXPORT_SYMBOL(inter_module_get_request);
78 EXPORT_SYMBOL(inter_module_put);
79 EXPORT_SYMBOL(try_inc_mod_count);
81 /* process memory management */
82 EXPORT_SYMBOL(do_mmap_pgoff);
83 EXPORT_SYMBOL(do_munmap);
84 EXPORT_SYMBOL(do_brk);
85 EXPORT_SYMBOL(exit_mm);
86 EXPORT_SYMBOL(exit_files);
87 EXPORT_SYMBOL(exit_fs);
88 EXPORT_SYMBOL(exit_sighand);
90 /* internal kernel memory management */
91 EXPORT_SYMBOL(__alloc_pages);
92 EXPORT_SYMBOL(alloc_pages_node);
93 EXPORT_SYMBOL(__get_free_pages);
94 EXPORT_SYMBOL(get_zeroed_page);
95 EXPORT_SYMBOL(__free_pages);
96 EXPORT_SYMBOL(free_pages);
97 #ifndef CONFIG_DISCONTIGMEM
98 EXPORT_SYMBOL(contig_page_data);
99 #endif
100 EXPORT_SYMBOL(num_physpages);
101 EXPORT_SYMBOL(kmem_find_general_cachep);
102 EXPORT_SYMBOL(kmem_cache_create);
103 EXPORT_SYMBOL(kmem_cache_destroy);
104 EXPORT_SYMBOL(kmem_cache_shrink);
105 EXPORT_SYMBOL(kmem_cache_alloc);
106 EXPORT_SYMBOL(kmem_cache_free);
107 EXPORT_SYMBOL(kmalloc);
108 EXPORT_SYMBOL(kfree);
109 EXPORT_SYMBOL(vfree);
110 EXPORT_SYMBOL(__vmalloc);
111 EXPORT_SYMBOL(mem_map);
112 EXPORT_SYMBOL(remap_page_range);
113 EXPORT_SYMBOL(max_mapnr);
114 EXPORT_SYMBOL(high_memory);
115 EXPORT_SYMBOL(vmtruncate);
116 EXPORT_SYMBOL(find_vma);
117 EXPORT_SYMBOL(get_unmapped_area);
118 EXPORT_SYMBOL(init_mm);
119 EXPORT_SYMBOL(deactivate_page);
120 #ifdef CONFIG_HIGHMEM
121 EXPORT_SYMBOL(kmap_high);
122 EXPORT_SYMBOL(kunmap_high);
123 EXPORT_SYMBOL(highmem_start_page);
124 #endif
126 /* filesystem internal functions */
127 EXPORT_SYMBOL(def_blk_fops);
128 EXPORT_SYMBOL(update_atime);
129 EXPORT_SYMBOL(get_fs_type);
130 EXPORT_SYMBOL(get_super);
131 EXPORT_SYMBOL(get_empty_super);
132 EXPORT_SYMBOL(getname);
133 EXPORT_SYMBOL(names_cachep);
134 EXPORT_SYMBOL(fput);
135 EXPORT_SYMBOL(fget);
136 EXPORT_SYMBOL(igrab);
137 EXPORT_SYMBOL(iunique);
138 EXPORT_SYMBOL(iget4);
139 EXPORT_SYMBOL(iput);
140 EXPORT_SYMBOL(force_delete);
141 EXPORT_SYMBOL(follow_up);
142 EXPORT_SYMBOL(follow_down);
143 EXPORT_SYMBOL(path_init);
144 EXPORT_SYMBOL(path_walk);
145 EXPORT_SYMBOL(path_release);
146 EXPORT_SYMBOL(__user_walk);
147 EXPORT_SYMBOL(lookup_one);
148 EXPORT_SYMBOL(lookup_hash);
149 EXPORT_SYMBOL(sys_close);
150 EXPORT_SYMBOL(dcache_lock);
151 EXPORT_SYMBOL(d_alloc_root);
152 EXPORT_SYMBOL(d_delete);
153 EXPORT_SYMBOL(dget_locked);
154 EXPORT_SYMBOL(d_validate);
155 EXPORT_SYMBOL(d_rehash);
156 EXPORT_SYMBOL(d_invalidate); /* May be it will be better in dcache.h? */
157 EXPORT_SYMBOL(d_move);
158 EXPORT_SYMBOL(d_instantiate);
159 EXPORT_SYMBOL(d_alloc);
160 EXPORT_SYMBOL(d_lookup);
161 EXPORT_SYMBOL(__d_path);
162 EXPORT_SYMBOL(mark_buffer_dirty);
163 EXPORT_SYMBOL(__mark_buffer_dirty);
164 EXPORT_SYMBOL(__mark_inode_dirty);
165 EXPORT_SYMBOL(get_empty_filp);
166 EXPORT_SYMBOL(init_private_file);
167 EXPORT_SYMBOL(filp_open);
168 EXPORT_SYMBOL(filp_close);
169 EXPORT_SYMBOL(put_filp);
170 EXPORT_SYMBOL(files_lock);
171 EXPORT_SYMBOL(check_disk_change);
172 EXPORT_SYMBOL(__invalidate_buffers);
173 EXPORT_SYMBOL(invalidate_inodes);
174 EXPORT_SYMBOL(invalidate_inode_pages);
175 EXPORT_SYMBOL(truncate_inode_pages);
176 EXPORT_SYMBOL(fsync_dev);
177 EXPORT_SYMBOL(permission);
178 EXPORT_SYMBOL(inode_setattr);
179 EXPORT_SYMBOL(inode_change_ok);
180 EXPORT_SYMBOL(write_inode_now);
181 EXPORT_SYMBOL(notify_change);
182 EXPORT_SYMBOL(get_hardblocksize);
183 EXPORT_SYMBOL(set_blocksize);
184 EXPORT_SYMBOL(getblk);
185 EXPORT_SYMBOL(bdget);
186 EXPORT_SYMBOL(bdput);
187 EXPORT_SYMBOL(bread);
188 EXPORT_SYMBOL(breada);
189 EXPORT_SYMBOL(__brelse);
190 EXPORT_SYMBOL(__bforget);
191 EXPORT_SYMBOL(ll_rw_block);
192 EXPORT_SYMBOL(__wait_on_buffer);
193 EXPORT_SYMBOL(___wait_on_page);
194 EXPORT_SYMBOL(block_write_full_page);
195 EXPORT_SYMBOL(block_read_full_page);
196 EXPORT_SYMBOL(block_prepare_write);
197 EXPORT_SYMBOL(block_sync_page);
198 EXPORT_SYMBOL(cont_prepare_write);
199 EXPORT_SYMBOL(generic_commit_write);
200 EXPORT_SYMBOL(block_truncate_page);
201 EXPORT_SYMBOL(generic_block_bmap);
202 EXPORT_SYMBOL(generic_file_read);
203 EXPORT_SYMBOL(do_generic_file_read);
204 EXPORT_SYMBOL(generic_file_write);
205 EXPORT_SYMBOL(generic_file_mmap);
206 EXPORT_SYMBOL(generic_ro_fops);
207 EXPORT_SYMBOL(generic_buffer_fdatasync);
208 EXPORT_SYMBOL(page_hash_bits);
209 EXPORT_SYMBOL(page_hash_table);
210 EXPORT_SYMBOL(file_lock_list);
211 EXPORT_SYMBOL(locks_init_lock);
212 EXPORT_SYMBOL(locks_copy_lock);
213 EXPORT_SYMBOL(posix_lock_file);
214 EXPORT_SYMBOL(posix_test_lock);
215 EXPORT_SYMBOL(posix_block_lock);
216 EXPORT_SYMBOL(posix_unblock_lock);
217 EXPORT_SYMBOL(locks_mandatory_area);
218 EXPORT_SYMBOL(dput);
219 EXPORT_SYMBOL(have_submounts);
220 EXPORT_SYMBOL(d_find_alias);
221 EXPORT_SYMBOL(d_prune_aliases);
222 EXPORT_SYMBOL(prune_dcache);
223 EXPORT_SYMBOL(shrink_dcache_sb);
224 EXPORT_SYMBOL(shrink_dcache_parent);
225 EXPORT_SYMBOL(find_inode_number);
226 EXPORT_SYMBOL(is_subdir);
227 EXPORT_SYMBOL(get_unused_fd);
228 EXPORT_SYMBOL(vfs_create);
229 EXPORT_SYMBOL(vfs_mkdir);
230 EXPORT_SYMBOL(vfs_mknod);
231 EXPORT_SYMBOL(vfs_symlink);
232 EXPORT_SYMBOL(vfs_link);
233 EXPORT_SYMBOL(vfs_rmdir);
234 EXPORT_SYMBOL(vfs_unlink);
235 EXPORT_SYMBOL(vfs_rename);
236 EXPORT_SYMBOL(vfs_statfs);
237 EXPORT_SYMBOL(generic_read_dir);
238 EXPORT_SYMBOL(__pollwait);
239 EXPORT_SYMBOL(poll_freewait);
240 EXPORT_SYMBOL(ROOT_DEV);
241 EXPORT_SYMBOL(__find_lock_page);
242 EXPORT_SYMBOL(grab_cache_page);
243 EXPORT_SYMBOL(read_cache_page);
244 EXPORT_SYMBOL(vfs_readlink);
245 EXPORT_SYMBOL(vfs_follow_link);
246 EXPORT_SYMBOL(page_readlink);
247 EXPORT_SYMBOL(page_follow_link);
248 EXPORT_SYMBOL(page_symlink_inode_operations);
249 EXPORT_SYMBOL(block_symlink);
250 EXPORT_SYMBOL(vfs_readdir);
251 EXPORT_SYMBOL(__get_lease);
252 EXPORT_SYMBOL(lease_get_mtime);
253 EXPORT_SYMBOL(lock_may_read);
254 EXPORT_SYMBOL(lock_may_write);
255 EXPORT_SYMBOL(dcache_readdir);
257 /* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */
258 EXPORT_SYMBOL(default_llseek);
259 EXPORT_SYMBOL(dentry_open);
260 EXPORT_SYMBOL(filemap_nopage);
261 EXPORT_SYMBOL(filemap_swapout);
262 EXPORT_SYMBOL(filemap_sync);
263 EXPORT_SYMBOL(lock_page);
265 /* device registration */
266 EXPORT_SYMBOL(register_chrdev);
267 EXPORT_SYMBOL(unregister_chrdev);
268 EXPORT_SYMBOL(register_blkdev);
269 EXPORT_SYMBOL(unregister_blkdev);
270 EXPORT_SYMBOL(tty_register_driver);
271 EXPORT_SYMBOL(tty_unregister_driver);
272 EXPORT_SYMBOL(tty_std_termios);
274 /* block device driver support */
275 EXPORT_SYMBOL(block_read);
276 EXPORT_SYMBOL(block_write);
277 EXPORT_SYMBOL(blksize_size);
278 EXPORT_SYMBOL(hardsect_size);
279 EXPORT_SYMBOL(blk_size);
280 EXPORT_SYMBOL(blk_dev);
281 EXPORT_SYMBOL(is_read_only);
282 EXPORT_SYMBOL(set_device_ro);
283 EXPORT_SYMBOL(bmap);
284 EXPORT_SYMBOL(sync_dev);
285 EXPORT_SYMBOL(devfs_register_partitions);
286 EXPORT_SYMBOL(blkdev_open);
287 EXPORT_SYMBOL(blkdev_get);
288 EXPORT_SYMBOL(blkdev_put);
289 EXPORT_SYMBOL(ioctl_by_bdev);
290 EXPORT_SYMBOL(gendisk_head);
291 EXPORT_SYMBOL(grok_partitions);
292 EXPORT_SYMBOL(register_disk);
293 EXPORT_SYMBOL(tq_disk);
294 EXPORT_SYMBOL(init_buffer);
295 EXPORT_SYMBOL(refile_buffer);
296 EXPORT_SYMBOL(max_sectors);
297 EXPORT_SYMBOL(max_readahead);
298 EXPORT_SYMBOL(file_moveto);
300 /* tty routines */
301 EXPORT_SYMBOL(tty_hangup);
302 EXPORT_SYMBOL(tty_wait_until_sent);
303 EXPORT_SYMBOL(tty_check_change);
304 EXPORT_SYMBOL(tty_hung_up_p);
305 EXPORT_SYMBOL(tty_flip_buffer_push);
306 EXPORT_SYMBOL(tty_get_baud_rate);
307 EXPORT_SYMBOL(do_SAK);
308 EXPORT_SYMBOL(console_print);
309 EXPORT_SYMBOL(console_loglevel);
311 /* filesystem registration */
312 EXPORT_SYMBOL(register_filesystem);
313 EXPORT_SYMBOL(unregister_filesystem);
314 EXPORT_SYMBOL(kern_mount);
315 EXPORT_SYMBOL(kern_umount);
316 EXPORT_SYMBOL(may_umount);
318 /* executable format registration */
319 EXPORT_SYMBOL(register_binfmt);
320 EXPORT_SYMBOL(unregister_binfmt);
321 EXPORT_SYMBOL(search_binary_handler);
322 EXPORT_SYMBOL(prepare_binprm);
323 EXPORT_SYMBOL(compute_creds);
324 EXPORT_SYMBOL(remove_arg_zero);
325 EXPORT_SYMBOL(set_binfmt);
327 /* execution environment registration */
328 EXPORT_SYMBOL(register_exec_domain);
329 EXPORT_SYMBOL(unregister_exec_domain);
330 EXPORT_SYMBOL(__set_personality);
332 /* sysctl table registration */
333 EXPORT_SYMBOL(register_sysctl_table);
334 EXPORT_SYMBOL(unregister_sysctl_table);
335 EXPORT_SYMBOL(sysctl_string);
336 EXPORT_SYMBOL(sysctl_intvec);
337 EXPORT_SYMBOL(sysctl_jiffies);
338 EXPORT_SYMBOL(proc_dostring);
339 EXPORT_SYMBOL(proc_dointvec);
340 EXPORT_SYMBOL(proc_dointvec_jiffies);
341 EXPORT_SYMBOL(proc_dointvec_minmax);
342 EXPORT_SYMBOL(proc_doulongvec_ms_jiffies_minmax);
343 EXPORT_SYMBOL(proc_doulongvec_minmax);
345 /* interrupt handling */
346 EXPORT_SYMBOL(add_timer);
347 EXPORT_SYMBOL(del_timer);
348 EXPORT_SYMBOL(request_irq);
349 EXPORT_SYMBOL(free_irq);
350 #if !defined(CONFIG_ARCH_S390)
351 EXPORT_SYMBOL(irq_stat); /* No separate irq_stat for s390, it is part of PSA */
352 #endif
354 /* waitqueue handling */
355 EXPORT_SYMBOL(add_wait_queue);
356 EXPORT_SYMBOL(add_wait_queue_exclusive);
357 EXPORT_SYMBOL(remove_wait_queue);
359 /* The notion of irq probe/assignment is foreign to S/390 */
361 #if !defined(CONFIG_ARCH_S390)
362 EXPORT_SYMBOL(probe_irq_on);
363 EXPORT_SYMBOL(probe_irq_off);
364 #endif
366 #ifdef CONFIG_SMP
367 EXPORT_SYMBOL(del_timer_sync);
368 #endif
369 EXPORT_SYMBOL(mod_timer);
370 EXPORT_SYMBOL(tq_timer);
371 EXPORT_SYMBOL(tq_immediate);
372 EXPORT_SYMBOL(tq_scheduler);
374 #ifdef CONFIG_SMP
375 /* Various random spinlocks we want to export */
376 EXPORT_SYMBOL(tqueue_lock);
378 /* Big-Reader lock implementation */
379 EXPORT_SYMBOL(__brlock_array);
380 #ifndef __BRLOCK_USE_ATOMICS
381 EXPORT_SYMBOL(__br_write_locks);
382 #endif
383 EXPORT_SYMBOL(__br_write_lock);
384 EXPORT_SYMBOL(__br_write_unlock);
385 #endif
387 /* Kiobufs */
388 EXPORT_SYMBOL(kiobuf_init);
390 EXPORT_SYMBOL(alloc_kiovec);
391 EXPORT_SYMBOL(free_kiovec);
392 EXPORT_SYMBOL(expand_kiobuf);
394 EXPORT_SYMBOL(map_user_kiobuf);
395 EXPORT_SYMBOL(unmap_kiobuf);
396 EXPORT_SYMBOL(lock_kiovec);
397 EXPORT_SYMBOL(unlock_kiovec);
398 EXPORT_SYMBOL(brw_kiovec);
400 /* dma handling */
401 EXPORT_SYMBOL(request_dma);
402 EXPORT_SYMBOL(free_dma);
403 EXPORT_SYMBOL(dma_spin_lock);
404 #ifdef HAVE_DISABLE_HLT
405 EXPORT_SYMBOL(disable_hlt);
406 EXPORT_SYMBOL(enable_hlt);
407 #endif
409 /* resource handling */
410 EXPORT_SYMBOL(request_resource);
411 EXPORT_SYMBOL(release_resource);
412 EXPORT_SYMBOL(allocate_resource);
413 EXPORT_SYMBOL(check_resource);
414 EXPORT_SYMBOL(__request_region);
415 EXPORT_SYMBOL(__check_region);
416 EXPORT_SYMBOL(__release_region);
417 EXPORT_SYMBOL(ioport_resource);
418 EXPORT_SYMBOL(iomem_resource);
420 /* process management */
421 EXPORT_SYMBOL(up_and_exit);
422 EXPORT_SYMBOL(__wake_up);
423 EXPORT_SYMBOL(wake_up_process);
424 EXPORT_SYMBOL(sleep_on);
425 EXPORT_SYMBOL(sleep_on_timeout);
426 EXPORT_SYMBOL(interruptible_sleep_on);
427 EXPORT_SYMBOL(interruptible_sleep_on_timeout);
428 EXPORT_SYMBOL(schedule);
429 EXPORT_SYMBOL(schedule_timeout);
430 EXPORT_SYMBOL(jiffies);
431 EXPORT_SYMBOL(xtime);
432 EXPORT_SYMBOL(do_gettimeofday);
433 EXPORT_SYMBOL(do_settimeofday);
434 #ifndef __ia64__
435 EXPORT_SYMBOL(loops_per_sec);
436 #endif
437 EXPORT_SYMBOL(kstat);
438 EXPORT_SYMBOL(nr_running);
440 /* misc */
441 EXPORT_SYMBOL(panic);
442 EXPORT_SYMBOL(printk);
443 EXPORT_SYMBOL(sprintf);
444 EXPORT_SYMBOL(vsprintf);
445 EXPORT_SYMBOL(kdevname);
446 EXPORT_SYMBOL(bdevname);
447 EXPORT_SYMBOL(cdevname);
448 EXPORT_SYMBOL(simple_strtoul);
449 EXPORT_SYMBOL(system_utsname); /* UTS data */
450 EXPORT_SYMBOL(uts_sem); /* UTS semaphore */
451 #ifndef __mips__
452 EXPORT_SYMBOL(sys_call_table);
453 #endif
454 EXPORT_SYMBOL(machine_restart);
455 EXPORT_SYMBOL(machine_halt);
456 EXPORT_SYMBOL(machine_power_off);
457 EXPORT_SYMBOL(_ctype);
458 EXPORT_SYMBOL(secure_tcp_sequence_number);
459 EXPORT_SYMBOL(get_random_bytes);
460 EXPORT_SYMBOL(securebits);
461 EXPORT_SYMBOL(cap_bset);
462 EXPORT_SYMBOL(daemonize);
464 /* Program loader interfaces */
465 EXPORT_SYMBOL(setup_arg_pages);
466 EXPORT_SYMBOL(copy_strings_kernel);
467 EXPORT_SYMBOL(do_execve);
468 EXPORT_SYMBOL(flush_old_exec);
469 EXPORT_SYMBOL(kernel_read);
470 EXPORT_SYMBOL(open_exec);
472 /* Miscellaneous access points */
473 EXPORT_SYMBOL(si_meminfo);
475 /* Added to make file system as module */
476 EXPORT_SYMBOL(sys_tz);
477 EXPORT_SYMBOL(__wait_on_super);
478 EXPORT_SYMBOL(file_fsync);
479 EXPORT_SYMBOL(clear_inode);
480 EXPORT_SYMBOL(nr_async_pages);
481 EXPORT_SYMBOL(___strtok);
482 EXPORT_SYMBOL(init_special_inode);
483 EXPORT_SYMBOL(read_ahead);
484 EXPORT_SYMBOL(get_hash_table);
485 EXPORT_SYMBOL(get_empty_inode);
486 EXPORT_SYMBOL(insert_inode_hash);
487 EXPORT_SYMBOL(remove_inode_hash);
488 EXPORT_SYMBOL(make_bad_inode);
489 EXPORT_SYMBOL(is_bad_inode);
490 EXPORT_SYMBOL(event);
491 EXPORT_SYMBOL(brw_page);
493 #ifdef CONFIG_UID16
494 EXPORT_SYMBOL(overflowuid);
495 EXPORT_SYMBOL(overflowgid);
496 #endif
497 EXPORT_SYMBOL(fs_overflowuid);
498 EXPORT_SYMBOL(fs_overflowgid);
500 /* all busmice */
501 EXPORT_SYMBOL(fasync_helper);
502 EXPORT_SYMBOL(kill_fasync);
504 EXPORT_SYMBOL(disk_name); /* for md.c */
506 /* binfmt_aout */
507 EXPORT_SYMBOL(get_write_access);
509 /* dynamic registering of consoles */
510 EXPORT_SYMBOL(register_console);
511 EXPORT_SYMBOL(unregister_console);
513 /* time */
514 EXPORT_SYMBOL(get_fast_time);
516 /* library functions */
517 EXPORT_SYMBOL(strnicmp);
518 EXPORT_SYMBOL(strspn);
519 EXPORT_SYMBOL(strsep);
521 /* software interrupts */
522 EXPORT_SYMBOL(tasklet_hi_vec);
523 EXPORT_SYMBOL(tasklet_vec);
524 EXPORT_SYMBOL(bh_task_vec);
525 EXPORT_SYMBOL(init_bh);
526 EXPORT_SYMBOL(remove_bh);
527 EXPORT_SYMBOL(tasklet_init);
528 EXPORT_SYMBOL(tasklet_kill);
530 /* init task, for moving kthread roots - ought to export a function ?? */
532 EXPORT_SYMBOL(init_task_union);
534 EXPORT_SYMBOL(tasklist_lock);
535 EXPORT_SYMBOL(pidhash);