summaryrefslogtreecommitdiffstats
path: root/source/sync.h
blob: a0c55d1ba27d5e109014bc071095743773612e15 (plain)
1
2
3
4
5
6
7
8
#ifndef __SYNC_H__
#define __SYNC_H__

#include <stdint.h>

void sync_before_exec(const void *p, uint32_t len);

#endif