summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/forward.h
blob: b414f6cef60bd7e7c779bd1e15e50bec9c60dada (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
#ifndef ce_rx_forward_h
#define ce_rx_forward_h
/* Cesar project {{{
 *
 * Copyright (C) 2012 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    ce/rx/forward.h
 * \brief   Forward declarations of CE RX module
 * \ingroup ce_rx
 *
 * To prevent too much includes and infinite loop, forward declarations are
 * used.
 */

/**
 * Context of the CE in RX mode (forward declaration).
 */
typedef struct ce_rx_t ce_rx_t;

#endif /* ce_rx_forward_h */