#ifndef SYSTEM_H_ #define SYSTEM_H_ typedef struct { u16 sleep; // device mask for waking u8 wake; // ID of wake device } SystemDevice; #endif