]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blob - file_demo_bios/am572x/components/mhm/src/c54/mhmport.h
Resturcture the GIT repository for noise reduction demo:
[processor-sdk/audio-preprocessing.git] / file_demo_bios / am572x / components / mhm / src / c54 / mhmport.h
1 #ifndef _MHMPORT_H\r
2 #define _MHMPORT_H\r
3 /******************************************************************************\r
4  * FILE PURPOSE: Definitions that are used on a C54x platform.\r
5  ******************************************************************************\r
6  * FILE NAME:   MHMPORT.H\r
7  *\r
8  * DESCRIPTION: Contains definitions that are used on a C54x platform.\r
9  *\r
10  * TABS: NONE\r
11  *\r
12  * $Id: mhmport.h 1.1 1997/06/25 11:41:02 BOGDANK Exp $\r
13  *\r
14  * REVISION HISTORY:\r
15  *\r
16  * $Log: mhmport.h $\r
17  * Revision 1.1  1997/06/25 11:41:02  BOGDANK\r
18  * Initial revision\r
19  *\r
20  * (C) Copyright 1997, TELOGY Networks, Inc.\r
21  *****************************************************************************/\r
22 \r
23 /* System definitions and utilities */\r
24 #include <ti/mas/types/types.h>               /* DSP types                   */\r
25 \r
26 /* The address type is an unsigned integer type that has the same number of\r
27  *  bits as the longest possible (data) address on this platform. */\r
28 typedef tuint  mhmAddress_t;\r
29 \r
30 #endif  /* _MHMPORT_H */\r
31 /* nothing past this point */\r