summaryrefslogtreecommitdiffstats
path: root/include/resync.h
blob: 827e38a58f9cdc06d982b42985a53105f7c2f90a (plain)
1
2
3
4
5
6
7
8
#ifndef _RESYNC_H_
#define _RESYNC_H_

void resync_req(void);
void resync_send(int (*do_cache_to_tx)(void *data1, void *data2));
void resync_at_startup(void);

#endif /*_RESYNC_H_ */