summaryrefslogtreecommitdiff
path: root/ce/test/rx/inc/test_rx.h
blob: dc8ee6f637f91e0f2179e1122694495620698c72 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
#ifndef __test_rx_h
#define __test_rx_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    ./test_rx.h
 * \brief   « brief description »
 * \ingroup « module »
 *
 * « long description »
 */

BEGIN_DECLS

typedef void (*pbproc_need_scf_cb_t) (uint tei, uint src);
pbproc_need_scf_cb_t need_scf_cb;

void
pbproc_rxce_init (pbproc_need_scf_cb_t need_scf);

void
pbproc_scf (void);

void
over_pbproc_init(void);

bool
pbproc_send_scf (void);

END_DECLS

#endif /* __test_rx_h */