1 2 3 4 5 6 7 8 9 10 11
#pragma once enum vfs_operation { VFSOP_OPEN, VFSOP_READ, VFSOP_WRITE, }; enum { MEMFLAG_PRESENT = 1 << 0, };