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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #define ALLOW_SELECT
  2. #undef NO_INLINE_ASM
  3. #define SHORT_BANNERS
  4. #define MANUAL_PNP
  5. #undef  DO_TIMINGS
  6. #include <linux/module.h>
  7. #include <linux/version.h>
  8. #if LINUX_VERSION_CODE > 131328
  9. #define LINUX21X
  10. #endif
  11. #ifdef __KERNEL__
  12. #include <linux/utsname.h>
  13. #include <linux/string.h>
  14. #include <linux/fs.h>
  15. #include <asm/dma.h>
  16. #include <asm/io.h>
  17. #include <asm/param.h>
  18. #include <linux/ptrace.h>
  19. #include <linux/sched.h>
  20. #include <linux/slab.h>
  21. #include <linux/ioport.h>
  22. #include <asm/page.h>
  23. #include <asm/system.h>
  24. #ifdef __alpha__
  25. #include <asm/segment.h>
  26. #endif
  27. #include <linux/vmalloc.h>
  28. #include <asm/uaccess.h>
  29. #include <linux/poll.h>
  30. #include <linux/pci.h>
  31. #endif
  32. #include <linux/wrapper.h>
  33. #include <linux/soundcard.h>
  34. #define FALSE 0
  35. #define TRUE 1
  36. extern int sound_alloc_dma(int chn, char *deviceID);
  37. extern int sound_open_dma(int chn, char *deviceID);
  38. extern void sound_free_dma(int chn);
  39. extern void sound_close_dma(int chn);
  40. extern void reprogram_timer(void);
  41. #define USE_AUTOINIT_DMA
  42. extern caddr_t sound_mem_blocks[1024];
  43. extern int sound_nblocks;
  44. #undef PSEUDO_DMA_AUTOINIT
  45. #define ALLOW_BUFFER_MAPPING
  46. extern struct file_operations oss_sound_fops;