nubus_syms.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

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