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

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

#endif /*_RESYNC_H_ */