BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / audio / ac97 / es1370 / config.h
blob9856277f2744df2ea915312ad3fd59f89a007be8
1 /*
2 * ES1370 Haiku Driver for ES1370 audio
4 * Copyright 2002-2007, Haiku, Inc.
5 * Distributed under the terms of the MIT License.
7 * Authors:
8 * Marcus Overhagen, marcus@overhagen.de
9 * Jerome Duval, jerome.duval@free.fr
11 #ifndef _CONFIG_H_
12 #define _CONFIG_H_
14 #define NUM_CARDS 3
15 #define DEVNAME 32
17 typedef struct
19 uint32 base;
20 uint32 irq;
21 uint32 type;
22 } device_config;
24 #endif