0
|
1 /*
|
|
2 +-----------------------------------------------------------------------------
|
|
3 | Project : GSM-PS (6147)
|
|
4 | Modul : PSA_BTI
|
|
5 +-----------------------------------------------------------------------------
|
|
6 | Copyright 2002 Texas Instruments Berlin, AG
|
|
7 | All rights reserved.
|
|
8 |
|
|
9 | This file is confidential and a trade secret of Texas
|
|
10 | Instruments Berlin, AG
|
|
11 | The receipt of or possession of this file does not convey
|
|
12 | any rights to reproduce or disclose its contents or to
|
|
13 | manufacture, use, or sell anything it may describe, in
|
|
14 | whole, or in part, without the specific written consent of
|
|
15 | Texas Instruments Berlin, AG.
|
|
16 +-----------------------------------------------------------------------------
|
|
17 | Purpose : Definitions for the protocol stack adapter BTI
|
|
18 +-----------------------------------------------------------------------------
|
|
19 */
|
|
20
|
|
21 #ifndef PSA_BTI_H
|
|
22 #define PSA_BTI_H
|
|
23
|
|
24 /*==== CONSTANTS ==================================================*/
|
|
25 /*==== TYPES ======================================================*/
|
|
26 /*==== PROTOTYPES =================================================*/
|
|
27
|
|
28 EXTERN void psaBTI_Init (void);
|
|
29
|
|
30 EXTERN void psaBTI_Dti_Req (
|
|
31 UBYTE dti_id,
|
|
32 T_DTI_ENTITY_ID peer_to_connect_to,
|
|
33 UBYTE dti_conn
|
|
34 );
|
|
35
|
|
36 /*==== EXPORT =====================================================*/
|
|
37
|
|
38 #endif /* PSA_BTI_H */
|
|
39
|
|
40 /*==== EOF =======================================================*/
|
|
41
|