Files
2025-01-10 11:26:03 -07:00

5 lines
90 B
C

#pragma once
#define XMU_SECTOR_SHIFT 9
#define XMU_SECTOR_SIZE (1u << XMU_SECTOR_SHIFT)