source: cmedia/trunk/Lib32/hwaccess.h

Last change on this file was 555, checked in by rudi, 14 years ago

Cleanup, remove SBLive subdir

File size: 408 bytes
Line 
1
2#ifndef _HWACCESS_H
3#define _HWACCESS_H
4
5#include <linux/version.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#define min(x,y) ((x) < (y)) ? (x) : (y)
19
20#endif /* _HWACCESS_H */
21
Note: See TracBrowser for help on using the repository browser.