comparison src/aci2/aci/psa_aaa.h @ 3:93999a60b835

src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 00:29:36 +0000
parents
children
comparison
equal deleted inserted replaced
2:c41a534f33c6 3:93999a60b835
1 /*
2 +-----------------------------------------------------------------------------
3 | Project : ACI
4 | Modul : psa_aaa
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 : This modul ...
18 +-----------------------------------------------------------------------------
19 */
20 #ifndef PSA_AAA_H
21 #define PSA_AAA_H
22
23 /*
24 * belongs to psa_aaas.c
25 */
26 EXTERN const void psaAAA_open_port_cnf (UBYTE port_number,
27 UBYTE sub_no,
28 UBYTE dti_id);
29
30 EXTERN const void psaAAA_close_port_cnf (UBYTE port_number,
31 UBYTE sub_no);
32
33 EXTERN const void psaAAA_cmd_cnf (UBYTE port_number,
34 UBYTE sub_no,
35 USHORT result_len,
36 UBYTE *cmd_result);
37
38 EXTERN const void psaAAA_pres_ind (UBYTE port_number,
39 UBYTE sub_no,
40 USHORT result_len,
41 UBYTE *cmd_result);
42
43 EXTERN const void psaAAA_ures_ind (UBYTE port_number,
44 UBYTE sub_no,
45 USHORT result_len,
46 UBYTE *cmd_result);
47
48 EXTERN const void psaAAA_dti_ind (ULONG link_id,
49 T_DTI_ENTITY_ID peer_ent_id);
50
51
52 EXTERN const void psaAAA_disconnect_ind (ULONG link_id);
53
54
55
56 #endif
57
58