comparison src/g23m-aci/aci/psa_aaa.h @ 162:53929b40109c

src/g23m-aci: initial import from TCS3.2/LoCosto
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 11 Oct 2016 02:02:43 +0000
parents
children
comparison
equal deleted inserted replaced
161:4557e2a9c18e 162:53929b40109c
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 void psaAAA_open_port_cnf (UBYTE port_number,
27 UBYTE sub_no,
28 UBYTE dti_id);
29
30 EXTERN void psaAAA_close_port_cnf (UBYTE port_number,
31 UBYTE sub_no);
32
33 EXTERN void psaAAA_cmd_cnf (UBYTE port_number,
34 UBYTE sub_no,
35 USHORT result_len,
36 UBYTE *cmd_result);
37
38 EXTERN void psaAAA_pres_ind (UBYTE port_number,
39 UBYTE sub_no,
40 USHORT result_len,
41 UBYTE *cmd_result);
42
43 EXTERN void psaAAA_ures_ind (UBYTE port_number,
44 UBYTE sub_no,
45 USHORT result_len,
46 UBYTE *cmd_result);
47
48 EXTERN void psaAAA_dti_ind (ULONG link_id,
49 T_DTI_ENTITY_ID peer_ent_id);
50
51
52 EXTERN void psaAAA_disconnect_ind (ULONG link_id);
53
54
55
56 #endif
57
58