blob: 2bb8ba753d3cd298c892088d94ef241a1f97ea81 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001/*****************************************************************************
2* Copyright Statement:
3* --------------------
4* This software is protected by Copyright and the information contained
5* herein is confidential. The software may not be copied and the information
6* contained herein may not be used or disclosed except with the written
7* permission of MediaTek Inc. (C) 2016
8*
9* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
10* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS (""MEDIATEK SOFTWARE"")
11* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
12* AN ""AS-IS"" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
13* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
14* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
15* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
16* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
17* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
18* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
19* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
20* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
21*
22* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
23* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
24* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
25* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
26* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
27*
28* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
29* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
30* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
31* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
32* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
33*
34*****************************************************************************/
35/*************************************************************
36*
37* This Software is the property of VIA Telecom, Inc. and may only be used pursuant to a license from VIA Telecom, Inc.
38*
39* Any unauthorized use inconsistent with the terms of such license is strictly prohibited.
40*
41* Copyright (c) 1999-2010 VIA Telecom, Inc. All rights reserved.
42*
43*************************************************************/
44#ifndef _PSWPE_H_
45#define _PSWPE_H_
46/*****************************************************************************
47*
48* FILE NAME : pswpe.h
49*
50* DESCRIPTION :
51*
52* Includes all PE directory header files the PSW unit has dependcies upon
53*
54* HISTORY :
55* See Log at end of file
56*
57*****************************************************************************/
58
59/*----------------------------------------------------------------------------
60 Include Files
61----------------------------------------------------------------------------*/
62
63 #include "custom.h"
64 #include "systime.h"
65 #include "longcode.h"
66 #include "channel.h"
67 #include "pilots.h"
68 #include "Serv_cfg.h"
69 #include "status.h"
70 #include "layer2.h"
71 #include "srbp_access.h"
72 #include "wbios.h"
73 #include "engine.h"
74 #include "namdata.h"
75 #include "Serv_cfg.h"
76
77/* Remove any type conflicts */
78#undef KAL_TRUE
79#undef KAL_FALSE
80
81/*****************************************************************************
82* $Log: pswpe.h $
83*
84* 07 06 2017 sue.zhong
85* [MOLY00259241] [6293][C2K]Replace with KAL data type
86* Correct copyright file header
87* Revision 1.2 2004/03/25 12:07:48 fpeng
88* Updated from 6.0 CP 2.5.0
89* Revision 1.1 2003/05/12 15:39:22 fpeng
90* Initial revision
91* Revision 1.4 2002/10/21 09:42:51 mshaver
92* Changes to support OTTS incorportated into the baseline.
93* These changes enabled only by #ifdef OTTS.
94* Normal CP operation is unaffected.
95* Revision 1.3 2002/06/06 14:25:40 dstecker
96* Updated copyright notice
97* Revision 1.2 2001/01/29 18:06:05 dstecker
98* new access probe architecture
99* Revision 1.1 2001/01/17 10:57:48 plabarbe
100* Initial revision
101* Revision 1.1 2000/10/24 14:11:44 fpeng
102* Initial revision
103* Revision 1.3 2000/03/01 18:19:08Z rsattari
104* Revision 1.2 1999/12/02 18:41:56Z cdma
105* Updated comments for CBP3.0
106*****************************************************************************/
107
108/*****************************************************************************
109* End of File
110*****************************************************************************/
111#endif
112