#ifndef __HARD_SYSTEM_H #define __HARD_SYSTEM_H void sys_reset(void); void u3_dma_disable(void); void system_test(void); #endif