~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/drivers/nubus/nubus_syms.c

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* Exported symbols for NuBus services
  2 
  3    (c) 1999 David Huggins-Daines <dhd@debian.org> */
  4 
  5 #include <linux/config.h>
  6 #include <linux/module.h>
  7 #include <linux/types.h>
  8 #include <linux/nubus.h>
  9 
 10 #ifdef CONFIG_PROC_FS
 11 EXPORT_SYMBOL(nubus_proc_attach_device);
 12 EXPORT_SYMBOL(nubus_proc_detach_device);
 13 #endif
 14 
 15 EXPORT_SYMBOL(nubus_find_device);
 16 EXPORT_SYMBOL(nubus_find_type);
 17 EXPORT_SYMBOL(nubus_find_slot);
 18 EXPORT_SYMBOL(nubus_get_root_dir);
 19 EXPORT_SYMBOL(nubus_get_board_dir);
 20 EXPORT_SYMBOL(nubus_get_func_dir);
 21 EXPORT_SYMBOL(nubus_readdir);
 22 EXPORT_SYMBOL(nubus_find_rsrc);
 23 EXPORT_SYMBOL(nubus_rewinddir);
 24 EXPORT_SYMBOL(nubus_get_subdir);
 25 EXPORT_SYMBOL(nubus_get_rsrc_mem);
 26 EXPORT_SYMBOL(nubus_get_rsrc_str);
 27 
 28 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.