source:
GPL/lib32/linux.h@
18
Last change on this file since 18 was 18, checked in by , 20 years ago | |
---|---|
File size: 378 bytes |
Line | |
---|---|
1 | #ifndef __LINUX_H__ |
2 | #define __LINUX_H__ |
3 | |
4 | #include <linux/version.h> |
5 | #include <linux/init.h> |
6 | #include <linux/kernel.h> |
7 | #include <linux/fs.h> |
8 | #include <linux/ioport.h> |
9 | #include <linux/sound.h> |
10 | #include <linux/malloc.h> |
11 | #include <linux/soundcard.h> |
12 | #include <linux/pci.h> |
13 | #include <linux/interrupt.h> |
14 | |
15 | #include <asm/io.h> |
16 | #include <asm/dma.h> |
17 | |
18 | #endif //__LINUX_H__ |
Note:
See TracBrowser
for help on using the repository browser.