Import upstream u-boot 1.1.4
[u-boot.git] / board / MAI / bios_emulator / scitech / src / common / _aa_imp.asm
1 ;****************************************************************************
2 ;*
3 ;*                     SciTech Nucleus Audio Architecture
4 ;*
5 ;*               Copyright (C) 1991-1998 SciTech Software, Inc.
6 ;*                            All rights reserved.
7 ;*
8 ;*  ======================================================================
9 ;*  |REMOVAL OR MODIFICATION OF THIS HEADER IS STRICTLY PROHIBITED BY LAW|
10 ;*  |                                                                    |
11 ;*  |This copyrighted computer code contains proprietary technology      |
12 ;*  |owned by SciTech Software, Inc., located at 505 Wall Street,        |
13 ;*  |Chico, CA 95928 USA (http://www.scitechsoft.com).                   |
14 ;*  |                                                                    |
15 ;*  |The contents of this file are subject to the SciTech Nucleus        |
16 ;*  |License; you may *not* use this file or related software except in  |
17 ;*  |compliance with the License. You may obtain a copy of the License   |
18 ;*  |at http://www.scitechsoft.com/nucleus-license.txt                   |
19 ;*  |                                                                    |
20 ;*  |Software distributed under the License is distributed on an         |
21 ;*  |"AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or      |
22 ;*  |implied. See the License for the specific language governing        |
23 ;*  |rights and limitations under the License.                           |
24 ;*  |                                                                    |
25 ;*  |REMOVAL OR MODIFICATION OF THIS HEADER IS STRICTLY PROHIBITED BY LAW|
26 ;*  ======================================================================
27 ;*
28 ;* Language:    TASM 4.0 or NASM
29 ;* Environment: IBM PC 32 bit Protected Mode.
30 ;*
31 ;* Description: Module to implement the import stubs for all the Nucleus
32 ;*              Audio API functions for Intel binary compatible drivers.
33 ;*
34 ;****************************************************************************
35
36         IDEAL
37
38 include "scitech.mac"           ; Memory model macros
39
40 BEGIN_IMPORTS_DEF   _AA_exports
41 SKIP_IMP    AA_status                     ; Implemented in C code
42 SKIP_IMP    AA_errorMsg                   ; Implemented in C code
43 SKIP_IMP    AA_getDaysLeft                ; Implemented in C code
44 SKIP_IMP    AA_registerLicense            ; Implemented in C code
45 SKIP_IMP    AA_enumerateDevices           ; Implemented in C code
46 SKIP_IMP    AA_loadDriver                 ; Implemented in C code
47 DECLARE_IMP AA_unloadDriver
48 DECLARE_IMP AA_saveOptions
49 END_IMPORTS_DEF
50
51         END