summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/cco/action/test/utest/override/mac/sar/inc/context.h
blob: b74c7a57e3889329840630344759ffb4750016b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef overide_mac_sar_inc_context_h
#define overide_mac_sar_inc_context_h
/* Cesar project {{{
 *
 * Copyright (C) 2009 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    overide/mac/sar/inc/context.h
 * \brief   « brief description »
 * \ingroup « module »
 *
 * « long description »
 */

struct sar_t
{
    mac_store_t *mac_store;
};

#endif /* overide_mac_sar_inc_context_h */