#ifndef SYS_STACKS_H #define SYS_STACKS_H #include "types.h" extern u8 graphStack[]; extern u8 padmgrStack[]; extern u8 irqmgrStack[]; #endif