#ifndef ION_ABI_H #define ION_ABI_H // --- System Commands --- #define CMD_SYS_NOOP 0 #define CMD_SYS_REBOOT 1 // --- GPU / Visual Commands --- #define CMD_GPU_MATRIX 0x100 #define CMD_GPU_CLEAR 0x101 #endif