LVREV_Tables.h revision c59c6fd7f859b4010d788db89b8d4d76bbb70e57
1/*
2 * Copyright (C) 2004-2010 NXP Software
3 * Copyright (C) 2010 The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *      http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18/****************************************************************************************/
19/*                                                                                      */
20/*     Project::                                                                        */
21/*     $Author: beq07716 $ */
22/*     $Revision: 773 $ */
23/*     $Date: 2010-06-14 10:43:54 +0200 (Mon, 14 Jun 2010) $ */
24/*                                                                                      */
25/****************************************************************************************/
26
27
28#ifndef _LVREV_TABLES_H_
29#define _LVREV_TABLES_H_
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
35
36/****************************************************************************************/
37/*                                                                                      */
38/*  Includes                                                                            */
39/*                                                                                      */
40/****************************************************************************************/
41#include "LVREV_Private.h"
42
43/****************************************************************************************/
44/*                                                                                      */
45/*  Definitions                                                                         */
46/*                                                                                      */
47/****************************************************************************************/
48
49extern const    LVM_UINT16  LVM_FsTable[];
50extern          LVM_UINT16  LVM_GetFsFromTable(LVM_Fs_en FsIndex);
51extern          LVM_INT32   LVREV_GainPolyTable[24][5];
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif  /** _LVREV_TABLES_H_ **/
58
59/* End of file */
60