/*
 * mouse.c
 *
 * Written by Vicente Esteve LLoret <viesllo@inf.upv.es>
 * Copyright (C) Feb, 2005 OCERA Consortium.
 *
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation version 2.
 *
 *      
 *
 * StandAlone RTLinux Architecture Independent Mouse Functions
 */

#include <rtl_conf.h>

#if CONFIG_XTRATUM
#include <arch/XtratuM_API.h>
#endif

int GetXResolution(void) 
{
 return 0;
};

