2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
	Add HAVE_CONFIG_H.
This commit is contained in:
Ralf Corsepius
2011-09-29 15:54:09 +00:00
parent 8d7aea0d28
commit 7cb170b32e
4 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
Add HAVE_CONFIG_H.
2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* monitor/monitor.scn, termios/termios.scn: New files.

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <bsp.h>
#include <stdlib.h>

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
const char *Mouse_Type_Long = "Microsoft Mouse";

View File

@@ -13,6 +13,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "tmacros.h"
#include <rtems/serial_mouse.h>
#include "termios_testdriver_intr.h"