blob: e01bc09e1fca0e52e321741acba669251bf54c53 (
plain)
1
2
3
4
5
6
7
|
/* CC0 license (public domain) - see LICENSE file for details */
#ifndef CCAN_PUSHPULL_H
#define CCAN_PUSHPULL_H
/* You can also include these independently, if you don't need both. */
#include <ccan/pushpull/push.h>
#include <ccan/pushpull/pull.h>
#endif /* CCAN_PUSHPULL_H */
|