summaryrefslogtreecommitdiff
path: root/cesar/interface/def.h
blob: 075964594e88dd07bc33e4cfbcb8345b8625c3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef interface_def_h
#define interface_def_h
/* Cesar project {{{
 *
 * Copyright (C) 2009 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    interface/def.h
 * \brief   « brief description »
 * \ingroup « module »
 *
 * « long description »
 */

#define INTERFACE_MME_HEADER_SIZE 4

#endif /* interface_def_h */