summaryrefslogtreecommitdiff
path: root/zwgc/zephyr.h
blob: 7b5c3cf259a9a435969c78109a6b1b51f4785290 (plain)
1
2
3
4
5
6
7
#ifndef zephyr_MODULE
#define zephyr_MODULE

extern void zephyr_init();
extern void finalize_zephyr();

#endif