summaryrefslogtreecommitdiff
path: root/include/cddbuf.h
blob: 4eae9a9b776d85c2ce7cd47dde6a368e995e07d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** \file
 * \brief Double Buffer driver
 *
 * See Copyright Notice in cd.h
 */

#ifndef __CD_DBUF_H
#define __CD_DBUF_H

#ifdef __cplusplus
extern "C" {
#endif

cdContext* cdContextDBuffer(void);

#define CD_DBUFFER cdContextDBuffer()

#ifdef __cplusplus
}
#endif

#endif /* ifndef __CD_DBUF_ */