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

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