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 _wake_up_interruptible
  13 
  14 _wp_works_ok
  15 ___verify_write
  16 
  17 _current
  18 _jiffies
  19 _printk
  20 _schedule
  21 
  22 #ifdef CONFIG_FTAPE
  23 #
  24 # The next labels are needed for ftape driver.
  25 #
  26 _ftape_big_buffer
  27 _do_floppy
  28 #endif

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