#ifndef SC_MMAP_H #define SC_MMAP_H #include enum sc_mmap_flag { SC_MMAP_READ, SC_MMAP_WRITE, SC_MMAP_EXEC }; #endif