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.
7 #ifndef _SiS7018_DRIVER_H_
8 #define _SiS7018_DRIVER_H_
15 #define DRIVER_NAME "sis7018"
19 const char* const kVersion
= "2.0.2";
21 extern pci_module_info
*gPCI
;
25 status_t
init_hardware();
26 status_t
init_driver();
28 const char** publish_devices();
29 device_hooks
* find_device(const char* name
);
34 #endif // _SiS7018_DRIVER_H_