コード例 #1
0
ファイル: Hal.cpp プロジェクト: pdpdds/OrangeOS
//! shutdown hardware devices
int _cdecl hal_shutdown () {

	//! shutdown system resources
	i86_cpu_shutdown ();
	return 0;
}
コード例 #2
0
ファイル: hw_init.c プロジェクト: BGCX262/zygote-svn-to-git
//! shutdown hardware devices
int hw_shutdown () {

	i86_cpu_shutdown ();
	return 0;
}