#include #include #include "dat.h" int segflush(void *a, ulong n) { __syncicache(a, n); return 0; }