forked from Imagelibrary/rtems
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:
@@ -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>
|
2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
|
||||||
|
|
||||||
* monitor/monitor.scn, termios/termios.scn: New files.
|
* monitor/monitor.scn, termios/termios.scn: New files.
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -9,6 +9,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
const char *Mouse_Type_Long = "Microsoft Mouse";
|
const char *Mouse_Type_Long = "Microsoft Mouse";
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "tmacros.h"
|
#include "tmacros.h"
|
||||||
#include <rtems/serial_mouse.h>
|
#include <rtems/serial_mouse.h>
|
||||||
#include "termios_testdriver_intr.h"
|
#include "termios_testdriver_intr.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user