root/kernel/ksyms.S

/* [previous][next][first][last][top][bottom][index][help] */
   1 #include <linux/autoconf.h>
   2 /* 
   3  * Herein lies all the functions/variables that are "exported" for linkage
   4  * With dynamically loaded kernel modules. Could do with making this a bit
   5  * cleaner!
   6  *
   7  *  Jon.
   8  */
   9 
  10 _register_chrdev
  11 _unregister_chrdev
  12 _register_blkdev
  13 _unregister_blkdev
  14 _wake_up_interruptible
  15 
  16 _wp_works_ok
  17 ___verify_write
  18 
  19 _current
  20 _jiffies
  21 _printk
  22 _schedule
  23 
  24 #ifdef CONFIG_FTAPE
  25 #
  26 # The next labels are needed for ftape driver.
  27 #
  28 _ftape_big_buffer
  29 _do_floppy
  30 #endif

/* [previous][next][first][last][top][bottom][index][help] */