示例#1
0
//Entry point of poweroff.
DWORD Poweroff(__CMD_PARA_OBJ* pCmdParaObj)
{
#ifdef __I386__
	BIOSPoweroff();
#endif
	return SHELL_CMD_PARSER_SUCCESS;
}
示例#2
0
//Entry point of poweroff.
VOID Poweroff(LPSTR pstr)
{
#ifdef __I386__
	BIOSPoweroff();
#endif
}