#ifndef ce_rx_forward_h #define ce_rx_forward_h /* Cesar project {{{ * * Copyright (C) 2012 Spidcom * * <<>> * * }}} */ /** * \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 */