]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blob - file_demo_bios/am572x/components/mhm/src/c64/mhmport.h
realtime_demo_bios: fix the PCM1864 DOUT2 does not working issue
[processor-sdk/audio-preprocessing.git] / file_demo_bios / am572x / components / mhm / src / c64 / mhmport.h
1 #ifndef _MHMPORT_H\r
2 #define _MHMPORT_H\r
3 /******************************************************************************\r
4  * FILE PURPOSE: Definitions that are used on a C6x platform.\r
5  ******************************************************************************\r
6  * FILE NAME:   MHMPORT.H\r
7  *\r
8  * DESCRIPTION: Contains definitions that are used on a C6x platform.\r
9  *\r
10  * TABS: NONE\r
11  *\r
12  * $Id: mhmport.h 1.2 1998/08/06 16:50:04 jdowdal Exp $\r
13  *\r
14  * REVISION HISTORY:\r
15  *\r
16  * $Log: mhmport.h $\r
17  * Revision 1.2  1998/08/06 16:50:04  jdowdal\r
18  *      Fixed size of mhmAddress_t.\r
19  * Revision 1.1  1998/07/22 14:12:15  jdowdal\r
20  * Initial revision\r
21  * Initial revision taken from c54x\mhmport.h\r
22  *
23  * Copyright (c) 2016, Texas Instruments Incorporated
24  * All rights reserved.
25  *
26  * Redistribution and use in source and binary forms, with or without
27  * modification, are permitted provided that the following conditions
28  * are met:
29  *
30  * *  Redistributions of source code must retain the above copyright
31  *    notice, this list of conditions and the following disclaimer.
32  *
33  * *  Redistributions in binary form must reproduce the above copyright
34  *    notice, this list of conditions and the following disclaimer in the
35  *    documentation and/or other materials provided with the distribution.
36  *
37  * *  Neither the name of Texas Instruments Incorporated nor the names of
38  *    its contributors may be used to endorse or promote products derived
39  *    from this software without specific prior written permission.
40  *
41  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
42  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
43  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
44  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
45  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
46  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
48  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
49  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
50  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
51  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
52  *
53  */
54 \r
55 \r
56 /* System definitions and utilities */\r
57 #include <ti/mas/types/types.h>               /* DSP types                   */\r
58 \r
59 /* The address type is an unsigned integer type that has the same number of\r
60  *  bits as the longest possible (data) address on this platform. */\r
61 typedef tulong  mhmAddress_t;\r
62 \r
63 #endif  /* _MHMPORT_H */\r
64 /* nothing past this point */\r