/* * system.h * * Created on: 2016/11/24 * Author: takayun */ #ifndef SYSTEM_H_ #define SYSTEM_H_ void panic(); #endif /* SYSTEM_H_ */