summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1605204_ldr_transport_layer/include/t_protrom_protocol.h
blob: 2bc544ba602d479d04916696bb39a0681c491194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/
#ifndef INCLUSION_GUARD_T_PROTROM_PROTOCOL_H
#define INCLUSION_GUARD_T_PROTROM_PROTOCOL_H
/**
 *  @addtogroup ldr_communication_serv
 *  @{
 *    @addtogroup protrom_family
 *    @{
 *      @addtogroup protrom_protocol
 *      @{
 */

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "t_protrom_header.h"
#include "t_protrom_network.h"
#include "t_protrom_transport.h"

/*******************************************************************************
 * Types, constants
 ******************************************************************************/

/** Protrom Family context. */
typedef struct {
    Protrom_TransportContext_t  Transport;
    Protrom_NetworkContext_t    Network;
} Protrom_FamilyContext_t;

/** @} */
/** @} */
/** @} */
#endif // INCLUSION_GUARD_T_PROTROM_PROTOCOL_H