summaryrefslogtreecommitdiff
path: root/cl/cl_mactotei.h
blob: bd6f2ca030e5773f1572529be2c9b8df9436da39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef CL_MACTOTEI_H_
#define CL_MACTOTEI_H_

/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cl/cl_mactotei.h
 * \brief   mac to tei table interface between the CL and the CP
 * \ingroup cl
 * 
 */ 

typedef struct cl_mactotei_table_t cl_mactotei_table_t;
typedef struct cl_mactotei_blk_t cl_mactotei_blk_t;
typedef struct cl_mactotei_t cl_mactotei_t;

#endif /*CL_MACTOTEI_H_*/