#pragma once #include #ifdef KERNEL # include #else # include #endif struct KernelInfoPage { volatile u32 serial; volatile struct timeval now; };