Last change
on this file since 313 was 111, checked in by Brendan Oakley, 18 years ago |
Paul's improvements to Makefiles and hda support
|
File size:
380 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.