BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / audio / ac97 / sis7018 / Driver.h
blobc8d41f735a224a4c8aa458950e7a691afa0daa1c
1 /*
2 * SiS 7018, Trident 4D Wave DX/NX, Acer Lab M5451 Sound Driver.
3 * Copyright (c) 2002, 2008-2011 S.Zharski <imker@gmx.li>
4 * Distributed under the terms of the MIT license.
6 */
7 #ifndef _SiS7018_DRIVER_H_
8 #define _SiS7018_DRIVER_H_
11 #include <Drivers.h>
12 #include <PCI.h>
15 #define DRIVER_NAME "sis7018"
16 #define MAX_DEVICES 3
19 const char* const kVersion = "2.0.2";
21 extern pci_module_info *gPCI;
23 extern "C" {
25 status_t init_hardware();
26 status_t init_driver();
27 void uninit_driver();
28 const char** publish_devices();
29 device_hooks* find_device(const char* name);
34 #endif // _SiS7018_DRIVER_H_