#include "swis.h"

#include "Desk.Error2.h"

#include "Desk.KernelSWIs.h"


int	Desk_OS_Byte_ReadCMOS( int location)
	{
	int	value;
	Desk_Error2_CheckOS(
		_swix( OS_Byte, _INR(0,1) | _OUT(2), 161, location, &value)
		);
	return value;
	}
