nubus_syms.c 709 B

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