#ifndef SYSTEM_UTILITIES_H #define SYSTEM_UTILITIES_H void print_hardware(void); void sram_test(void); #endif